projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
350eaf7
)
Remove obsolete CONFIG_RESOURCES_64BIT
author
Geert Uytterhoeven
<
[email protected]
>
Tue, 6 Jan 2009 22:41:12 +0000
(14:41 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 6 Jan 2009 23:59:14 +0000
(15:59 -0800)
commit
8308c54d7e312f7a03e2ce2057d0837e6fe3843f
("generic: redefine
resource_size_t as phys_addr_t") made CONFIG_RESOURCES_64BIT obsolete, but
didn't remove it. Remove it.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Cc: Jeremy Fitzhardinge <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/Kconfig
patch
|
blob
|
history
diff --git
a/mm/Kconfig
b/mm/Kconfig
index 5b5790f8a81686644a2d27beee9aa1f1a7f006c3..a5b77811fdf2c4b5f6b14a8d971a6519f6e420c6 100644
(file)
--- a/
mm/Kconfig
+++ b/
mm/Kconfig
@@
-181,12
+181,6
@@
config MIGRATION
example on NUMA systems to put pages nearer to the processors accessing
the page.
-config RESOURCES_64BIT
- bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL)
- default 64BIT
- help
- This option allows memory and IO resources to be 64 bit.
-
config PHYS_ADDR_T_64BIT
def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT