commit | 81772fea4110f7ce8083d52503c9c4ddaa50f75b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Feb 10 23:57:36 2008 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 11 11:24:24 2008 -0800 |
tree | 4af6af998b8a50b82879855a268bf5635f09f6d2 | |
parent | cc13e442952a347f7e217eeaee4778485394f1be [diff] |
x86: remove over noisy debug printk pageattr-test.c contains a noisy debug printk that people reported. The condition under which it prints (randomly tapping into a mem_map[] hole and not being able to c_p_a() there) is valid behavior and not interesting to report. Remove it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>