x86: use _types.h headers in asm where available

In general, the only definitions that assembly files can use
are in _types.S headers (where available), so convert them.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
这个提交包含在:
Jeremy Fitzhardinge
2009-02-13 11:14:01 -08:00
父节点 beb6943d8d
当前提交 0341c14da4
修改 20 个文件,包含 26 行新增26 行删除

查看文件

@@ -48,7 +48,7 @@
#include <asm/unistd.h>
#include <asm/thread_info.h>
#include <asm/hw_irq.h>
#include <asm/page.h>
#include <asm/page_types.h>
#include <asm/irqflags.h>
#include <asm/paravirt.h>
#include <asm/ftrace.h>