diff options
author | James Hogan <james.hogan@imgtec.com> | 2012-10-09 06:00:27 -0400 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-03-02 15:09:50 -0500 |
commit | fdabf525b4b7aab3945c19eac39d3a65b68d0c4f (patch) | |
tree | d7e3612eb9e838e87b89fe322a08c00da0875439 /Documentation/kernel-parameters.txt | |
parent | 6006c0d8ce9441dd1363bf14f18a8e28d3588460 (diff) |
metag: Basic documentation
Add basic metag documentation. This includes an outline description of
the ABIs (including syscall ABI) and calling conventions, similar to the
one in Documentation/frv/.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Rob Landley <rob@landley.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: linux-doc@vger.kernel.org
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 6c723811c0a0..3101709963cb 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -970,6 +970,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
970 | If specified, z/VM IUCV HVC accepts connections | 970 | If specified, z/VM IUCV HVC accepts connections |
971 | from listed z/VM user IDs only. | 971 | from listed z/VM user IDs only. |
972 | 972 | ||
973 | hwthread_map= [METAG] Comma-separated list of Linux cpu id to | ||
974 | hardware thread id mappings. | ||
975 | Format: <cpu>:<hwthread> | ||
976 | |||
973 | keep_bootcon [KNL] | 977 | keep_bootcon [KNL] |
974 | Do not unregister boot console at start. This is only | 978 | Do not unregister boot console at start. This is only |
975 | useful for debugging when something happens in the window | 979 | useful for debugging when something happens in the window |