Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80493
b: refs/heads/master
c: 6050be7
h: refs/heads/master
i:
  80491: 6f517e4
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 616446a commit 5cfbd6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 44af6c41e6a055a0b9bd0d2067cfbc8e9f6a24df
refs/heads/master: 6050be70d8f7e3952fcc31fcf1fa8a7cbaa18312
8 changes: 0 additions & 8 deletions trunk/arch/x86/mm/pageattr_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
#include <linux/slab.h>
#include <linux/mm.h>

void clflush_cache_range(void *addr, int size)
{
int i;

for (i = 0; i < size; i += boot_cpu_data.x86_clflush_size)
clflush(addr+i);
}

#include <asm/processor.h>
#include <asm/tlbflush.h>
#include <asm/sections.h>
Expand Down

0 comments on commit 5cfbd6a

Please sign in to comment.