cache.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

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