Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_BMIPS_SPACES_H
0003 #define __ASM_BMIPS_SPACES_H
0004 
0005 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
0006 #define FIXADDR_TOP     ((unsigned long)(long)(int)0xff000000)
0007 
0008 #endif /* __ASM_BMIPS_SPACES_H */