From: Cyrill Gorcunov Date: Sun, 3 Feb 2008 11:22:18 +0000 (+0300) Subject: avr32: cleanup - use _AC macro to define PAGE_SIZE X-Git-Tag: v2.6.26-rc1~1128^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e573ebb0326f2f4a29ee2bd143bfc88ab0332926;p=pandora-kernel.git avr32: cleanup - use _AC macro to define PAGE_SIZE PAGE_SIZE is used both from assembly and C code. We want to have type specifiers when using it from C, but this will make the assembler confused, so we need to make it conditional. This is exactly what the _AC macro is for, so using it allows us to get rid of a few lines of cpp noise. Signed-off-by: Cyrill Gorcunov Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed