Revert "[PATCH] i386: export: memory more than 4G through /proc/iomem"
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 13 May 2006 15:01:23 +0000 (08:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 13 May 2006 15:01:23 +0000 (08:01 -0700)
commit9be2f7c38e0bd64e8a0f74ea68df1e73e2ddfcc3
tree7220f29b3d3e068c139904093ae3eb49b41f1ef2
parent032ebf2620ef99a4fedaa0f77dc2272095ac5863
Revert "[PATCH] i386: export: memory more than 4G through /proc/iomem"

This reverts commit 10dbe196a8da6b3196881269c6639c0ec11c36cb.

The resource struct is still 32-bit, so trying to save a 64-bit memory
size there obviously won't work.

When we merge the 64-bit resource series, we can re-enable this.

Thanks to Sachin Sant and Maneesh Soni for debugging

Cc: Maneesh Soni <maneesh@in.ibm.com>
Cc: Sachin Sant <sachinp@in.ibm.com>
Cc: Russell King <rmk+lkml@arm.linux.org.uk>
Cc: Sharyathi Nagesh <sharyath@in.ibm.com>
Cc: Arjan van de Ven <arjan@infradead.org>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/setup.c