mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 12:09:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			263 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			263 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* MN10300 Kernel base address
 | |
|  *
 | |
|  * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
 | |
|  * Written by David Howells (dhowells@redhat.com)
 | |
|  */
 | |
| #ifndef _ASM_PAGE_OFFSET_H
 | |
| #define _ASM_PAGE_OFFSET_H
 | |
| 
 | |
| #define PAGE_OFFSET_RAW CONFIG_KERNEL_RAM_BASE_ADDRESS
 | |
| 
 | |
| #endif
 | 
