URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [asm/] [page.h] - Rev 27
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ASM_PAGE_H__ #define __ASM_PAGE_H__ /* These aren't used by much yet. If that changes, you might want to make them actually correct :) */ #define PAGE_SHIFT 0xC #define PAGE_SIZE (0x1 << PAGE_SHIFT) #endif /* __ASM_PAGE_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log