]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/kernel/asm-offsets.c
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
[karo-tx-linux.git] / arch / powerpc / kernel / asm-offsets.c
index 0d07efbe3fa7b9d2dba5575def199f7a3063e8d3..0034b6b3556a4f6b571ec60fdd55c02535c6ea97 100644 (file)
@@ -37,6 +37,7 @@
 #include <asm/thread_info.h>
 #include <asm/rtas.h>
 #include <asm/vdso_datapage.h>
+#include <asm/dbell.h>
 #ifdef CONFIG_PPC64
 #include <asm/paca.h>
 #include <asm/lppaca.h>
@@ -759,5 +760,7 @@ int main(void)
                        offsetof(struct paca_struct, subcore_sibling_mask));
 #endif
 
+       DEFINE(PPC_DBELL_SERVER, PPC_DBELL_SERVER);
+
        return 0;
 }