projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
[linux-2.6]
/
arch
/
x86
/
mm
/
kmemcheck
/
pte.h
1
#ifndef ARCH__X86__MM__KMEMCHECK__PTE_H
2
#define ARCH__X86__MM__KMEMCHECK__PTE_H
3
4
#include <linux/mm.h>
5
6
#include <asm/pgtable.h>
7
8
pte_t *kmemcheck_pte_lookup(unsigned long address);
9
10
#endif