mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 09:15:15 +07:00
17 lines
303 B
C
17 lines
303 B
C
![]() |
#ifdef __KERNEL__
|
||
|
#ifndef __ASMPPC_AMIGAHW_H
|
||
|
#define __ASMPPC_AMIGAHW_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__ */
|