Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258309
b: refs/heads/master
c: 254cdf8
h: refs/heads/master
i:
  258307: 3cfe2ff
v: v3
  • Loading branch information
Will Deacon committed Jul 7, 2011
1 parent 9ffd5ca commit 4b4208a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 194a7f720f6f009867a01b760f311b68f1e81872
refs/heads/master: 254cdf8ec39653d19cce71b6622f38a6b62ac3a8
4 changes: 4 additions & 0 deletions trunk/arch/arm/include/asm/hwcap.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#define HWCAP_VFPv3 (1 << 13)
#define HWCAP_VFPv3D16 (1 << 14)
#define HWCAP_TLS (1 << 15)
#define HWCAP_VFPv4 (1 << 16)
#define HWCAP_IDIVA (1 << 17)
#define HWCAP_IDIVT (1 << 18)
#define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)

#if defined(__KERNEL__) && !defined(__ASSEMBLY__)
/*
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ static const char *hwcap_str[] = {
"neon",
"vfpv3",
"vfpv3d16",
"tls",
"vfpv4",
"idiva",
"idivt",
NULL
};

Expand Down

0 comments on commit 4b4208a

Please sign in to comment.