Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326703
b: refs/heads/master
c: fa79b8d
h: refs/heads/master
i:
  326701: 770b6c3
  326699: 6f3c2c0
  326695: 00df506
  326687: 7b2493c
v: v3
  • Loading branch information
Chao Xie authored and Haojian Zhuang committed Aug 16, 2012
1 parent e1f625f commit f29fc64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5967b546dd7142e7747993bb4c79422cd7b6f34f
refs/heads/master: fa79b8d6a2f38bf2c612acf38787a7fcf60c5db7
4 changes: 1 addition & 3 deletions trunk/arch/arm/mm/cache-tauros2.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/init.h>
#include <asm/cacheflush.h>
#include <asm/cp15.h>
#include <asm/cputype.h>
#include <asm/hardware/cache-tauros2.h>


Expand Down Expand Up @@ -161,8 +162,6 @@ static void __init disable_l2_prefetch(void)

static inline int __init cpuid_scheme(void)
{
extern int processor_id;

return !!((processor_id & 0x000f0000) == 0x000f0000);
}

Expand Down Expand Up @@ -191,7 +190,6 @@ static inline void __init write_actlr(u32 actlr)

void __init tauros2_init(void)
{
extern int processor_id;
char *mode = NULL;

disable_l2_prefetch();
Expand Down

0 comments on commit f29fc64

Please sign in to comment.