percpu.h 561 B

1234567891011121314
  1. #ifndef __V850_PERCPU_H__
  2. #define __V850_PERCPU_H__
  3. #include <asm-generic/percpu.h>
  4. /* This is a stupid hack to satisfy some grotty implicit include-file
  5. dependency; basically, <linux/smp.h> uses BUG_ON, which calls BUG, but
  6. doesn't include the necessary headers to define it. In the twisted
  7. festering mess of includes this must all be resolved somehow on other
  8. platforms, but I haven't the faintest idea how, and don't care; here will
  9. do, even though doesn't actually make any sense. */
  10. #include <asm/page.h>
  11. #endif /* __V850_PERCPU_H__ */