|
@@ -35,7 +35,8 @@
|
|
|
#define COMPAT_HWCAP_IDIVT (1 << 18)
|
|
#define COMPAT_HWCAP_IDIVT (1 << 18)
|
|
|
#define COMPAT_HWCAP_IDIV (COMPAT_HWCAP_IDIVA|COMPAT_HWCAP_IDIVT)
|
|
#define COMPAT_HWCAP_IDIV (COMPAT_HWCAP_IDIVA|COMPAT_HWCAP_IDIVT)
|
|
|
|
|
|
|
|
-#if defined(__KERNEL__) && !defined(__ASSEMBLY__)
|
|
|
|
|
|
|
+#ifdef __KERNEL__
|
|
|
|
|
+#ifndef __ASSEMBLY__
|
|
|
/*
|
|
/*
|
|
|
* This yields a mask that user programs can use to figure out what
|
|
* This yields a mask that user programs can use to figure out what
|
|
|
* instruction set this cpu supports.
|
|
* instruction set this cpu supports.
|
|
@@ -49,5 +50,6 @@
|
|
|
|
|
|
|
|
extern unsigned int elf_hwcap;
|
|
extern unsigned int elf_hwcap;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#endif
|
|
#endif
|