Michael Schmitz <[EMAIL PROTECTED]> writes:

> +#define rom_in_8(addr) \
> +    ({ u8 __v = (*(__force volatile u8 *) (addr)); __v >>= 8; __v; })

This will always return zero.

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to