ChangeSet 1.2207, 2005/03/26 13:28:27-08:00, [EMAIL PROTECTED]

        [PATCH] m68knommu: add missing KM_ enums
        
        Bring the km_type enum definitions into like with other architectures.
        
        Patch originally submitted by Leon Woestenberg <[EMAIL PROTECTED]>
        
        Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 kmap_types.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


diff -Nru a/include/asm-m68knommu/kmap_types.h 
b/include/asm-m68knommu/kmap_types.h
--- a/include/asm-m68knommu/kmap_types.h        2005-03-26 17:28:03 -08:00
+++ b/include/asm-m68knommu/kmap_types.h        2005-03-26 17:28:03 -08:00
@@ -1,5 +1,5 @@
-#ifndef _ASM_KMAP_TYPES_H
-#define _ASM_KMAP_TYPES_H
+#ifndef __ASM_M68K_KMAP_TYPES_H
+#define __ASM_M68K_KMAP_TYPES_H
 
 enum km_type {
        KM_BOUNCE_READ,
@@ -13,6 +13,8 @@
        KM_PTE1,
        KM_IRQ0,
        KM_IRQ1,
+       KM_SOFTIRQ0,
+       KM_SOFTIRQ1,
        KM_TYPE_NR
 };
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to