diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2005-09-29 20:58:26 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-09-29 20:58:26 -0400 |
commit | 13edad7a5cef1c952459742482482a6b05e1a8a1 (patch) | |
tree | 4d1ddcbbb7fe5cda5e75c83e3d8511ed1642e201 /include/asm-sparc64/openprom.h | |
parent | ed3ffaf7b5e0262cb860f106a6632933671cc88f (diff) |
[SPARC64]: Rewrite convoluted physical memory probing.
Delete all of the code working with sp_banks[] and replace
with clean acquisition and sorting of physical memory
parameters from the firmware.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/openprom.h')
-rw-r--r-- | include/asm-sparc64/openprom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/openprom.h b/include/asm-sparc64/openprom.h index 0a336901d585..b4959d2b0d99 100644 --- a/include/asm-sparc64/openprom.h +++ b/include/asm-sparc64/openprom.h | |||
@@ -186,8 +186,8 @@ struct linux_prom_registers { | |||
186 | }; | 186 | }; |
187 | 187 | ||
188 | struct linux_prom64_registers { | 188 | struct linux_prom64_registers { |
189 | long phys_addr; | 189 | unsigned long phys_addr; |
190 | long reg_size; | 190 | unsigned long reg_size; |
191 | }; | 191 | }; |
192 | 192 | ||
193 | struct linux_prom_irqs { | 193 | struct linux_prom_irqs { |