cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/include/asm/xmon.h

#ifndef __ASM_POWERPC_XMON_H

#define __ASM_POWERPC_XMON_H

/*
 * Copyrignt (C) 2006 IBM Corp
 *
 * 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.
 */

#ifdef __KERNEL__

#include <linux/irqreturn.h>

#ifdef CONFIG_XMON
extern void xmon_setup(void);
extern void xmon_register_spus(struct list_head *list);
struct pt_regs;
extern int xmon(struct pt_regs *excp);
extern irqreturn_t xmon_irq(int, void *);
#else

static inline void xmon_setup(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Michael Ellerman8100.00%1100.00%
Total8100.00%1100.00%

;
static inline void xmon_register_spus(struct list_head *list) { }

Contributors

PersonTokensPropCommitsCommitProp
Michael Ellerman11100.00%1100.00%
Total11100.00%1100.00%

; #endif #if defined(CONFIG_XMON) && defined(CONFIG_SMP) extern int cpus_are_in_xmon(void); #endif extern void xmon_printf(const char *format, ...); #endif /* __KERNEL __ */ #endif /* __ASM_POWERPC_XMON_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Michael Ellerman9176.47%675.00%
Paul Mackerras1613.45%112.50%
Benjamin Herrenschmidt1210.08%112.50%
Total119100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.