aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/hwcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/hwcap.h')
-rw-r--r--arch/arm/include/asm/hwcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hwcap.h b/arch/arm/include/asm/hwcap.h
index c93a22a..2a0e8b8 100644
--- a/arch/arm/include/asm/hwcap.h
+++ b/arch/arm/include/asm/hwcap.h
@@ -4,6 +4,7 @@
/*
* HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP
*/
+
#define HWCAP_SWP (1 << 0)
#define HWCAP_HALF (1 << 1)
#define HWCAP_THUMB (1 << 2)
@@ -25,6 +26,7 @@
#define HWCAP_IDIVT (1 << 18)
#define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
+
#if defined(__KERNEL__) && !defined(__ASSEMBLY__)
/*
* This yields a mask that user programs can use to figure out what