[BACK]Return to pic_mpcsoc.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_mpcsoc.c between version 1.6 and 1.6.10.1

version 1.6, 2017/06/01 02:45:07 version 1.6.10.1, 2019/06/10 22:06:39
Line 155  mpcpic_reserv16(void)
Line 155  mpcpic_reserv16(void)
 static void  static void
 mpcpic_establish_irq(struct pic_ops *pic, int irq, int type, int pri)  mpcpic_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));
         u_int x;          u_int x;
   
         x = irq;          x = irq;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.10.1

CVSweb <webmaster@jp.NetBSD.org>