Home
last modified time | relevance | path

Searched hist:"990 dbcc6853a20af54703a27b54788ba49ed6372" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/microblaze/include/asm/
H A Dpvr.hdiff 990dbcc6853a20af54703a27b54788ba49ed6372 Sat Jan 01 18:17:45 CET 2011 roel kluin <roel.kluin@gmail.com> 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>