[BACK]Return to pic_openpic.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / pic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/powerpc/pic/pic_openpic.c between version 1.14 and 1.15

version 1.14, 2018/05/16 21:54:38 version 1.15, 2018/09/03 16:29:26
Line 138  setup_openpic(void *addr, int passthroug
Line 138  setup_openpic(void *addr, int passthroug
 static void  static void
 opic_establish_irq(struct pic_ops *pic, int irq, int type, int pri)  opic_establish_irq(struct pic_ops *pic, int irq, int type, int pri)
 {  {
         int realpri = max(1, min(15, pri));          int realpri = uimax(1, uimin(15, pri));
         uint32_t x;          uint32_t x;
   
         x = irq;          x = irq;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>