diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:11:29 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:24 +0100 |
commit | 3fb77d7256f442e8e15d51f111bb6cf096d4a9f8 (patch) | |
tree | 91876e0d7c20bdee0552408e0eff206b94b42970 /arch/x86/um | |
parent | ff9586e98feaf6c2df0c936075e3cbb31045b99e (diff) | |
download | op-kernel-dev-3fb77d7256f442e8e15d51f111bb6cf096d4a9f8.zip op-kernel-dev-3fb77d7256f442e8e15d51f111bb6cf096d4a9f8.tar.gz |
um: irq_vectors.h just shadows x86 one
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um')
-rw-r--r-- | arch/x86/um/asm/irq_vectors.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/um/asm/irq_vectors.h b/arch/x86/um/asm/irq_vectors.h new file mode 100644 index 0000000..272a81e --- /dev/null +++ b/arch/x86/um/asm/irq_vectors.h @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) + * Licensed under the GPL + */ + +#ifndef __UM_IRQ_VECTORS_H +#define __UM_IRQ_VECTORS_H + +#endif + |