cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/platforms/8xx/pic.h

#ifndef _PPC_KERNEL_MPC8xx_H

#define _PPC_KERNEL_MPC8xx_H

#include <linux/irq.h>
#include <linux/interrupt.h>

int mpc8xx_pic_init(void);
unsigned int mpc8xx_get_irq(void);

/*
 * Some internal interrupt registers use an 8-bit mask for the interrupt
 * level instead of a number.
 */

static inline uint mk_int_int_mask(uint mask) { return (1 << (7 - (mask/2))); }

Contributors

PersonTokensPropCommitsCommitProp
Vitaly Bordug25100.00%1100.00%
Total25100.00%1100.00%

#endif /* _PPC_KERNEL_PPC8xx_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Vitaly Bordug54100.00%2100.00%
Total54100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.