mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Since BCM63xx runs on BMIPS3300 which requires the use of a FIXADDR_TOP to avoid collisions with the SBR, utilize asm/bmips-spaces.h which defines FIXADDR_TOP for us now. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Cc: linux-mips@linux-mips.org Cc: blogic@openwrt.org Cc: cernekee@chromium.org Cc: jogo@openwrt.org Patchwork: https://patchwork.linux-mips.org/patch/9969/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			509 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			509 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * This file is subject to the terms and conditions of the GNU General Public
 | 
						|
 * License.  See the file "COPYING" in the main directory of this archive
 | 
						|
 * for more details.
 | 
						|
 *
 | 
						|
 * Copyright (C) 1994 - 1999, 2000, 03, 04 Ralf Baechle
 | 
						|
 * Copyright (C) 2000, 2002  Maciej W. Rozycki
 | 
						|
 * Copyright (C) 1990, 1999, 2000 Silicon Graphics, Inc.
 | 
						|
 */
 | 
						|
#ifndef _ASM_BCM63XX_SPACES_H
 | 
						|
#define _ASM_BCM63XX_SPACES_H
 | 
						|
 | 
						|
#include <asm/bmips-spaces.h>
 | 
						|
 | 
						|
#include <asm/mach-generic/spaces.h>
 | 
						|
 | 
						|
#endif /* __ASM_BCM63XX_SPACES_H */
 |