| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch] kmap_types.h for mips64 |
| From: | Guido Guenther <agx@sigxcpu.org> |
| Date: | Mon, 29 Sep 2003 18:35:28 +0200 |
| Cc: | ralf@gnu.org |
| Mail-followup-to: | Guido Guenther <agx@sigxcpu.org>, linux-mips@linux-mips.org, ralf@gnu.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.4i |
Hi,
linux_2_4's mips64 doesn't have kmap_types.h which is needed for the
crypto code.
--- /dev/null 2003-08-29 16:55:43.000000000 +0200
+++ include/asm-mips64/kmap_types.h 2003-09-29 17:44:16.000000000 +0200
@@ -0,0 +1,16 @@
+#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
Please apply,
-- Guido
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: How to increase download speed for UART, Adeel Malik |
|---|---|
| Next by Date: | 64 bit operations w/32 bit kernel, Finney, Steve |
| Previous by Thread: | How to increase download speed for UART, Adeel Malik |
| Next by Thread: | 64 bit operations w/32 bit kernel, Finney, Steve |
| Indexes: | [Date] [Thread] [Top] [All Lists] |