Changeset bfb87df in mainline for arch/ia32/include/interrupt.h


Ignore:
Timestamp:
2006-02-09T17:02:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f00329
Parents:
874878a
Message:

Remove WAKEUP_IPI stuff.

Make it possible to use PAGE_GLOBAL on ia32, amd64 and mips32.
Make ia32 and amd64 map the kernel using PAGE_GLOBAL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/interrupt.h

    r874878a rbfb87df  
    6060#define VECTOR_SYSCALL                  (IVT_FREEBASE+0)
    6161#define VECTOR_TLB_SHOOTDOWN_IPI        (IVT_FREEBASE+1)
    62 #define VECTOR_WAKEUP_IPI               (IVT_FREEBASE+2)
    6362
    6463extern void (* disable_irqs_function)(__u16 irqmask);
     
    7372extern void syscall(int n, void *stack);
    7473extern void tlb_shootdown_ipi(int n, void *stack);
    75 extern void wakeup_ipi(int n, void *stack);
    7674
    7775extern void trap_virtual_enable_irqs(__u16 irqmask);
Note: See TracChangeset for help on using the changeset viewer.