summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr-test.c
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2008-02-12 12:19:16 -0800
committerChristoph Lameter <clameter@sgi.com>2008-02-12 12:19:16 -0800
commit9e40ade04c45a46f6b3d647e0bdac1a32bfaa3a9 (patch)
tree17852dd654c37bf86cf3d98c692eef4c6fa73a2c /arch/x86/mm/pageattr-test.c
parent7cc718d56c8297bd3a3c106ca09e8abf9814bb27 (diff)
parent96b5a46e2a72dc1829370c87053e0cd558d58bc0 (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/x86/mm/pageattr-test.c')
-rw-r--r--arch/x86/mm/pageattr-test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/mm/pageattr-test.c b/arch/x86/mm/pageattr-test.c
index ed820160035..75f1b109aae 100644
--- a/arch/x86/mm/pageattr-test.c
+++ b/arch/x86/mm/pageattr-test.c
@@ -40,7 +40,6 @@ struct split_state {
static int print_split(struct split_state *s)
{
long i, expected, missed = 0;
- int printed = 0;
int err = 0;
s->lpg = s->gpg = s->spg = s->exec = 0;
@@ -53,12 +52,6 @@ static int print_split(struct split_state *s)
pte = lookup_address(addr, &level);
if (!pte) {
- if (!printed) {
- dump_pagetable(addr);
- printk(KERN_INFO "CPA %lx no pte level %d\n",
- addr, level);
- printed = 1;
- }
missed++;
i++;
continue;