git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da6345
)
microblaze: Correct PVR access macros
author
roel kluin
<roel.kluin@gmail.com>
Sat, 1 Jan 2011 17:17:45 +0000
(18:17 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 3 Jan 2011 09:01:29 +0000
(10:01 +0100)
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>
No differences found