Merge branch 'x86/urgent' into x86/pat

This commit is contained in:
Ingo Molnar
2009-03-01 12:47:58 +01:00
當前提交 55f2b78995
共有 143 個文件被更改,包括 1731 次插入992 次删除

查看文件

@@ -11,6 +11,7 @@
#include <linux/bootmem.h>
#include <linux/debugfs.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/gfp.h>
#include <linux/mm.h>
#include <linux/fs.h>
@@ -889,6 +890,7 @@ pgprot_t pgprot_writecombine(pgprot_t prot)
else
return pgprot_noncached(prot);
}
EXPORT_SYMBOL_GPL(pgprot_writecombine);
#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_X86_PAT)