commit | 990dbcc6853a20af54703a27b54788ba49ed6372 | [log] [tgz] |
---|---|---|
author | roel kluin <roel.kluin@gmail.com> | Sat Jan 01 18:17:45 2011 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Mon Jan 03 10:01:29 2011 +0100 |
tree | d610a8ecec49b0be30985e8532b10fe43c811e53 | |
parent | 9da6345885e4f33437d74314f9db592da157d65d [diff] |
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 <roel.kluin@gmail.com> Signed-off-by: Michal Simek <monstr@monstr.eu>