From: roel kluin Date: Sat, 1 Jan 2011 17:17:45 +0000 (+0100) Subject: microblaze: Correct PVR access macros X-Git-Tag: v2.6.38-rc1~414^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990dbcc6853a20af54703a27b54788ba49ed6372;p=pandora-kernel.git microblaze: Correct PVR access macros A definition like: called with PVR_IS_FULL(foo) will be preprocessed to: (foo.foo[0] & PVR0_PVR_FULL_MASK) ^^^ So to fix this and ensure the preprocessor compiles calls correctly: Signed-off-by: Roel Kluin Signed-off-by: Michal Simek --- Reading git-diff-tree failed