/* * Author: Kumar Gala <galak@kernel.crashing.org> * * Copyright 2009 Freescale Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ #include <linux/stddef.h> #include <linux/kernel.h> #include <linux/smp.h> #include <linux/threads.h> #include <linux/hardirq.h> #include <asm/dbell.h> #include <asm/irq_regs.h> #include <asm/kvm_ppc.h> #ifdef CONFIG_SMP
void doorbell_setup_this_cpu(void) { unsigned long tag = mfspr(SPRN_DOORBELL_CPUTAG) & PPC_DBELL_TAG_MASK; smp_muxed_ipi_set_data(smp_processor_id(), tag); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 13 | 50.00% | 1 | 33.33% |
Milton D. Miller II | 11 | 42.31% | 1 | 33.33% |
Ian Munsie | 2 | 7.69% | 1 | 33.33% |
Total | 26 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kumar Gala | 14 | 56.00% | 1 | 20.00% |
Milton D. Miller II | 6 | 24.00% | 2 | 40.00% |
Paul Mackerras | 4 | 16.00% | 1 | 20.00% |
Ian Munsie | 1 | 4.00% | 1 | 20.00% |
Total | 25 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 16 | 30.77% | 3 | 37.50% |
David Gibson | 14 | 26.92% | 1 | 12.50% |
Paul Mackerras | 8 | 15.38% | 1 | 12.50% |
Milton D. Miller II | 7 | 13.46% | 1 | 12.50% |
Ian Munsie | 5 | 9.62% | 1 | 12.50% |
Christoph Lameter | 2 | 3.85% | 1 | 12.50% |
Total | 52 | 100.00% | 8 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 51 | 33.33% | 3 | 25.00% |
Kumar Gala | 35 | 22.88% | 1 | 8.33% |
Milton D. Miller II | 25 | 16.34% | 2 | 16.67% |
David Gibson | 17 | 11.11% | 1 | 8.33% |
Paul Mackerras | 15 | 9.80% | 2 | 16.67% |
Ian Munsie | 8 | 5.23% | 2 | 16.67% |
Christoph Lameter | 2 | 1.31% | 1 | 8.33% |
Total | 153 | 100.00% | 12 | 100.00% |