diff options
author | Horms <horms@verge.net.au> | 2007-07-25 16:06:25 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-07-25 11:12:47 -0700 |
commit | a07ee86205808d36973440e68c7277f9ed63b87f (patch) | |
tree | 183d1d592c42fce8081a40a881300e4cf304ec56 /include/asm-ia64/machvec.h | |
parent | 6ffbc82351c62eeeeaeb9e817ddf93049353493d (diff) | |
download | blackbird-obmc-linux-a07ee86205808d36973440e68c7277f9ed63b87f.tar.gz blackbird-obmc-linux-a07ee86205808d36973440e68c7277f9ed63b87f.zip |
[IA64] Ensure that machvec is set up takes place before serial console
Parse the machvec command line option outside of the early_param()
so that ia64_mv is set before any console intialisation that
may result from early_param parsing.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/machvec.h')
-rw-r--r-- | include/asm-ia64/machvec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/machvec.h b/include/asm-ia64/machvec.h index ca33eb181ff2..5cf8bf1e805e 100644 --- a/include/asm-ia64/machvec.h +++ b/include/asm-ia64/machvec.h @@ -275,6 +275,7 @@ struct ia64_machine_vector { extern struct ia64_machine_vector ia64_mv; extern void machvec_init (const char *name); +extern void machvec_init_from_cmdline(const char *cmdline); # else # error Unknown configuration. Update asm-ia64/machvec.h. |