Linux-2.4.22: crypto compile on Alpha
From: Adam Lackorzynski (adam_at_os.inf.tu-dresden.de)
Date: 08/31/03
- Previous message: J.A. Magallon: "[PATCH] correct AT_PLATFORM for HT cpus"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 31 Aug 2003 11:26:16 +0200 To: marcelo@conectiva.com.br, linux-kernel@vger.kernel.org
Hi,
A kmap_types.h is needed to compile crypto on alpha.
diff -urN linux-2.4.22.orig/include/asm-alpha/kmap_types.h linux-2.4.22/include/asm-alpha/kmap_types.h
--- linux-2.4.22.orig/include/asm-alpha/kmap_types.h 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.4.22/include/asm-alpha/kmap_types.h 2003-08-31 11:24:26.000000000 +0200
@@ -0,0 +1,18 @@
+#ifdef __KERNEL__
+#ifndef _ASM_KMAP_TYPES_H
+#define _ASM_KMAP_TYPES_H
+
+enum km_type {
+ KM_BOUNCE_READ,
+ KM_SKB_SUNRPC_DATA,
+ KM_SKB_DATA_SOFTIRQ,
+ KM_USER0,
+ KM_USER1,
+ KM_BH_IRQ,
+ KM_SOFTIRQ0,
+ KM_SOFTIRQ1,
+ KM_TYPE_NR
+};
+
+#endif
+#endif /* __KERNEL__ */
The file is just copied from m68k.
Adam
-- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: J.A. Magallon: "[PATCH] correct AT_PLATFORM for HT cpus"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- [PATCH] shrink inode when quota is disabled
... drop quota array in inode struct if no quota support ... +#ifdef CONFIG_QUOTA
... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body
of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - [PATCH][2.6.7-mm4] perfctr update 1/6: fix linkage error
... static void __init do_rdpmc(unsigned pmc, unsigned unused2) ... To unsubscribe
from this list: send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - [-mm patch] arch/i386/kernel/traps.c: fix SYSFS=n compile
... : undefined reference to `last_sysfs_file' ... +#ifdef CONFIG_SYSFS ...
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Entry points for execution
... #ifdef CONFIG_LINUX_JAIL ... Powered by Linare Corporation ...
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: 2.6.1-mm1: sound/pci/cmipci.c compile error
... > I got the following compile error when trying to compile ... #ifdef
SUPPORT_JOYSTICK ... To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in ... (Linux-Kernel)