]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sh: Fix the sparsemem disabled build.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Oct 2010 05:24:34 +0000 (14:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Oct 2010 05:24:34 +0000 (14:24 +0900)
commit9cc1cf380e15f7314f8defb849b8e926d5755f8b
tree5192e6e9467ed34d97e08fb7d8e831ab5089d34b
parent38ab13441c36c0c470b7e4e3b30ec2fb6beba253
sh: Fix the sparsemem disabled build.

The introduction of MAX_PHYSMEM_BITS in to the initial cpuinfo struct
causes a build error when sparsemem is disabled and asm/sparsemem.h is
not brought in by other means. Include it explicitly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/setup.c