From: Franck Bui-Huu Date: Mon, 4 Jun 2007 15:46:31 +0000 (+0200) Subject: [MIPS] Allow generic spaces.h to be included by platform specific ones X-Git-Tag: v2.6.23-rc1~1153^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09bb9ce15f6e0daba70b7e6978f233ffe2d356eb;p=pandora-kernel.git [MIPS] Allow generic spaces.h to be included by platform specific ones Before this patch, when a platform needed to customize one constant in spaces.h, they need to redefine all of them. Now they can just redefine one constant and include the generic file header at the end: #include This patch doesn't allow to redefine CAC_BASE, IO_BASE and UNCAC_BASE for 32 bits platforms because there's no need to do so. This will avoid some macro duplications. It's important specially if we'll add complex macros. Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle delete mode 100644 include/asm-mips/mach-ip32/spaces.h --- Reading git-diff-tree failed