Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80495
b: refs/heads/master
c: 4554ab9
h: refs/heads/master
i:
  80493: 5cfbd6a
  80491: 6f517e4
  80487: f601d5e
  80479: b621ed8
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent b4d84f8 commit 3ff01cc
Show file tree
Hide file tree
Showing 2 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: b195bc00ef8c2ccf8cc744e5ff9470cb08b45d76
refs/heads/master: 4554ab95c2b9d6b0ee9cf2a7ed3df665422acebb
8 changes: 8 additions & 0 deletions trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
#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 3ff01cc

Please sign in to comment.