mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
18 lines
329 B
C
18 lines
329 B
C
|
#ifdef __KERNEL__
|
||
|
#ifndef __ASMPPC_AMIGAHW_H
|
||
|
#define __ASMPPC_AMIGAHW_H
|
||
|
|
||
|
#include <linux/config.h>
|
||
|
#include <asm-m68k/amigahw.h>
|
||
|
|
||
|
#undef CHIP_PHYSADDR
|
||
|
#ifdef CONFIG_APUS_FAST_EXCEPT
|
||
|
#define CHIP_PHYSADDR (0x000000)
|
||
|
#else
|
||
|
#define CHIP_PHYSADDR (0x004000)
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif /* __ASMPPC_AMIGAHW_H */
|
||
|
#endif /* __KERNEL__ */
|