diff options
Diffstat (limited to 'arch/x86/mach-default')
-rw-r--r-- | arch/x86/mach-default/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-default/setup.c b/arch/x86/mach-default/setup.c index b8054c3ffce3..48278fa7d3de 100644 --- a/arch/x86/mach-default/setup.c +++ b/arch/x86/mach-default/setup.c | |||
@@ -81,7 +81,7 @@ void __init intr_init_hook(void) | |||
81 | * | 81 | * |
82 | * Description: | 82 | * Description: |
83 | * generally used to activate any machine specific identification | 83 | * generally used to activate any machine specific identification |
84 | * routines that may be needed before setup_arch() runs. On VISWS | 84 | * routines that may be needed before setup_arch() runs. On Voyager |
85 | * this is used to get the board revision and type. | 85 | * this is used to get the board revision and type. |
86 | **/ | 86 | **/ |
87 | void __init pre_setup_arch_hook(void) | 87 | void __init pre_setup_arch_hook(void) |