rink.nu / projects / ananas / changeset 1333:eb573fbec361
i386: Add symbols we need for the IRQ handler changes
authorRink Springer <rink@rink.nu>
Mon Jan 23 08:57:05 2012 +0100 (3 months ago ago)
changeset 1333eb573fbec361
parent 1332 ccaf4703ed27
child 1334 1374b6733ab0
i386: Add symbols we need for the IRQ handler changes

This should have been committed in a previous changeset
     1.1 --- a/kernel/arch/i386/asmsyms.c	Mon Jan 23 08:56:08 2012 +0100
     1.2 +++ b/kernel/arch/i386/asmsyms.c	Mon Jan 23 08:57:05 2012 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  ASM_SYMBOL(SF_ERRNUM, offsetof(struct STACKFRAME, sf_errnum));
     1.5  ASM_SYMBOL(SF_EIP,    offsetof(struct STACKFRAME, sf_eip));
     1.6  ASM_SYMBOL(SF_CS,     offsetof(struct STACKFRAME, sf_cs));
     1.7 +ASM_SYMBOL(SF_EFLAGS, offsetof(struct STACKFRAME, sf_eflags));
     1.8  
     1.9  ASM_SYMBOL(T_ARG1,    offsetof(struct THREAD, md_arg1));
    1.10  ASM_SYMBOL(T_ARG2,    offsetof(struct THREAD, md_arg2));
    1.11 @@ -27,3 +28,4 @@
    1.12  ASM_SYMBOL(PCPU_CURTHREAD, offsetof(struct PCPU, curthread));
    1.13  ASM_SYMBOL(PCPU_FPUCTX, offsetof(struct PCPU, fpu_context));
    1.14  ASM_SYMBOL(PCPU_TICKCOUNT, offsetof(struct PCPU, tickcount));
    1.15 +ASM_SYMBOL(PCPU_NESTEDIRQ, offsetof(struct PCPU, nested_irq));
Powered by FreeBSD, PostgreSQL and Perl
© 2001 - 2011 Rink Springer