commit | 92df78519d0a6a8677cb827b5a1b7d2520d7e202 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Wed Mar 05 06:59:14 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Mar 06 12:18:18 2008 +0000 |
tree | 040f1460c724946ba5cf80032ff88b95c0f96495 | |
parent | 9c4c9f38796faf750de8586becf43b769c76b674 [diff] |
[ARM] 4850/1: include generic pgtable.h for !CONFIG_MMU case The nonmmu version of pgtable.h needs to include asm-generic/pgtable.h as well. It needs to pick up empty definitions of things like arch_enter_lazy_cpu_mode() to compile cleanly. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>