fixmap.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _ASM_FIXMAP_H
  2. #define _ASM_FIXMAP_H
  3. /*
  4.  * Allocate a 8 Mb temporary mapping area for copy_user_page/clear_user_page.
  5.  * This area needs to be aligned on a 8 Mb boundary.
  6.  */
  7. #define TMPALIAS_MAP_START (__PAGE_OFFSET - 0x01000000)
  8. #define FIXADDR_START   ((unsigned long)TMPALIAS_MAP_START)
  9. #endif