-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 166746 b: refs/heads/master c: e616c59 h: refs/heads/master v: v3
- Loading branch information
Russell King
committed
Sep 28, 2009
1 parent
286a19e
commit 010d845
Showing
4 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9a0f6b4646a0acaf7f06fd2e02f10f303fe85d8f | ||
refs/heads/master: e616c591405c168f6dc3dfd1221e105adfe49b8d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* ARM specific SMP header, this contains our implementation | ||
* details. | ||
*/ | ||
#ifndef __ASMARM_SMP_PLAT_H | ||
#define __ASMARM_SMP_PLAT_H | ||
|
||
#include <asm/cputype.h> | ||
|
||
/* all SMP configurations have the extended CPUID registers */ | ||
static inline int tlb_ops_need_broadcast(void) | ||
{ | ||
return ((read_cpuid_ext(CPUID_EXT_MMFR3) >> 12) & 0xf) < 2; | ||
} | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters