diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/dig/setup.c | 10 | ||||
-rw-r--r-- | arch/ia64/sn/kernel/setup.c | 14 |
2 files changed, 0 insertions, 24 deletions
diff --git a/arch/ia64/dig/setup.c b/arch/ia64/dig/setup.c index d58003f1ad02..c9104bfff667 100644 --- a/arch/ia64/dig/setup.c +++ b/arch/ia64/dig/setup.c | |||
@@ -25,16 +25,6 @@ | |||
25 | #include <asm/machvec.h> | 25 | #include <asm/machvec.h> |
26 | #include <asm/system.h> | 26 | #include <asm/system.h> |
27 | 27 | ||
28 | /* | ||
29 | * This is here so we can use the CMOS detection in ide-probe.c to | ||
30 | * determine what drives are present. In theory, we don't need this | ||
31 | * as the auto-detection could be done via ide-probe.c:do_probe() but | ||
32 | * in practice that would be much slower, which is painful when | ||
33 | * running in the simulator. Note that passing zeroes in DRIVE_INFO | ||
34 | * is sufficient (the IDE driver will autodetect the drive geometry). | ||
35 | */ | ||
36 | char drive_info[4*16]; | ||
37 | |||
38 | void __init | 28 | void __init |
39 | dig_setup (char **cmdline_p) | 29 | dig_setup (char **cmdline_p) |
40 | { | 30 | { |
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index 6ea5b8a37c01..48645ac120fc 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c | |||
@@ -126,20 +126,6 @@ struct screen_info sn_screen_info = { | |||
126 | }; | 126 | }; |
127 | 127 | ||
128 | /* | 128 | /* |
129 | * This is here so we can use the CMOS detection in ide-probe.c to | ||
130 | * determine what drives are present. In theory, we don't need this | ||
131 | * as the auto-detection could be done via ide-probe.c:do_probe() but | ||
132 | * in practice that would be much slower, which is painful when | ||
133 | * running in the simulator. Note that passing zeroes in DRIVE_INFO | ||
134 | * is sufficient (the IDE driver will autodetect the drive geometry). | ||
135 | */ | ||
136 | #ifdef CONFIG_IA64_GENERIC | ||
137 | extern char drive_info[4 * 16]; | ||
138 | #else | ||
139 | char drive_info[4 * 16]; | ||
140 | #endif | ||
141 | |||
142 | /* | ||
143 | * This routine can only be used during init, since | 129 | * This routine can only be used during init, since |
144 | * smp_boot_data is an init data structure. | 130 | * smp_boot_data is an init data structure. |
145 | * We have to use smp_boot_data.cpu_phys_id to find | 131 | * We have to use smp_boot_data.cpu_phys_id to find |