History log of /arch/cris/include/arch-v10/arch/mmu.h
Revision Date Author Comments
d8fb91e8344ff11381fc47d43e0b234065be4bd0 26-Jun-2009 Arnd Bergmann <arnd@arndb.de> CRIS: add pgprot_noncached

On CRIS, the high address bit controls caching, which means that
we can add a pgprot_noncached() macro that sets this bit in the
address.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
556dcee7b829e5c350c3ffdbdb87a8b15aa3c5d3 21-Oct-2008 Jesper Nilsson <jesper.nilsson@axis.com> [CRIS] Move header files from include to arch/cris/include.

Change all users of header files to correct path.
Remove some unneeded headers for arch-v32.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>