commit | 25e81f925d4be0a0f60520e1c3c1b5af744404e1 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Dec 11 14:48:17 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Tue Dec 11 15:43:34 2007 +1100 |
tree | 708cfc7238b80eef10f6353c97baf47df38870e2 | |
parent | cfad589f565bdaa69d45fb1c0db124727a6eaf6e [diff] |
[POWERPC] Make isa_mem_base common to 32 and 64 bits This defines isa_mem_base on both 32 and 64 bits (it used to be 32 bits only). This avoids a few ifdef's in later patches and potentially can allow support for VGA text mode on 64 bits powerpc. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>