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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * include/asm-i386/cache.h
  3.  */
  4. #ifndef __ARCH_I386_CACHE_H
  5. #define __ARCH_I386_CACHE_H
  6. #include <linux/config.h>
  7. /* L1 cache line size */
  8. #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
  9. #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
  10. #endif