Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2012 Cavium, Inc.
0007  */
0008 #ifndef _ASM_MACH_CAVIUM_OCTEON_SPACES_H
0009 #define _ASM_MACH_CAVIUM_OCTEON_SPACES_H
0010 
0011 #include <linux/const.h>
0012 
0013 #ifdef CONFIG_64BIT
0014 /* They are all the same and some OCTEON II cores cannot handle 0xa8.. */
0015 #define CAC_BASE        _AC(0x8000000000000000, UL)
0016 #define UNCAC_BASE      _AC(0x8000000000000000, UL)
0017 #define IO_BASE         _AC(0x8000000000000000, UL)
0018 
0019 
0020 #endif /* CONFIG_64BIT */
0021 
0022 #include <asm/mach-generic/spaces.h>
0023 
0024 #endif /* _ASM_MACH_CAVIUM_OCTEON_SPACES_H */