[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Atari ROM port (cartridge port) ISA adapter access



Michael Schmitz <schmitz@mail.biophys.uni-duesseldorf.de> 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, schwab@suse.de
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."



Reply to: