From owner-p4-projects@FreeBSD.ORG Sat Jan 6 02:21:58 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2179E16A47C; Sat, 6 Jan 2007 02:21:58 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF08716A416 for ; Sat, 6 Jan 2007 02:21:57 +0000 (UTC) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E41D913C45A for ; Sat, 6 Jan 2007 02:21:57 +0000 (UTC) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l062LvSv004901 for ; Sat, 6 Jan 2007 02:21:57 GMT (envelope-from piso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l062Lv1L004897 for perforce@freebsd.org; Sat, 6 Jan 2007 02:21:57 GMT (envelope-from piso@freebsd.org) Date: Sat, 6 Jan 2007 02:21:57 GMT Message-Id: <200701060221.l062Lv1L004897@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to piso@freebsd.org using -f From: Paolo Pisati To: Perforce Change Reviews Cc: Subject: PERFORCE change 112586 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2007 02:21:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=112586 Change 112586 by piso@piso_newluxor on 2007/01/06 02:21:47 s/handle_intr/intr_event_handle/g Affected files ... .. //depot/projects/soc2006/intr_filter/amd64/amd64/intr_machdep.c#16 edit .. //depot/projects/soc2006/intr_filter/arm/arm/intr.c#15 edit .. //depot/projects/soc2006/intr_filter/i386/i386/intr_machdep.c#23 edit .. //depot/projects/soc2006/intr_filter/ia64/ia64/interrupt.c#15 edit .. //depot/projects/soc2006/intr_filter/kern/kern_intr.c#27 edit .. //depot/projects/soc2006/intr_filter/powerpc/powerpc/intr_machdep.c#21 edit .. //depot/projects/soc2006/intr_filter/sparc64/sparc64/intr_machdep.c#15 edit .. //depot/projects/soc2006/intr_filter/sys/interrupt.h#12 edit Differences ... ==== //depot/projects/soc2006/intr_filter/amd64/amd64/intr_machdep.c#16 (text+ko) ==== @@ -274,7 +274,7 @@ if (vector == 0) clkintr_pending = 1; - res = handle_intr(ie, frame, intr_eoi_src, intr_disab_eoi_src, isrc); + res = intr_event_handle(ie, frame, intr_eoi_src, intr_disab_eoi_src, isrc); switch(res) { case 0: break; ==== //depot/projects/soc2006/intr_filter/arm/arm/intr.c#15 (text+ko) ==== @@ -141,7 +141,7 @@ while ((i = arm_get_next_irq()) != -1) { intrcnt[intrcnt_tab[i]]++; event = intr_events[i]; - handle_intr(event, frame, intr_eoi_src_stub, + intr_event_handle(event, frame, intr_eoi_src_stub, intr_disab_eoi_src, (void *)i); } } ==== //depot/projects/soc2006/intr_filter/i386/i386/intr_machdep.c#23 (text+ko) ==== @@ -262,7 +262,7 @@ if (vector == 0) clkintr_pending = 1; - res = handle_intr(ie, frame, intr_eoi_src, intr_disab_eoi_src, isrc); + res = intr_event_handle(ie, frame, intr_eoi_src, intr_disab_eoi_src, isrc); switch(res) { case 0: break; ==== //depot/projects/soc2006/intr_filter/ia64/ia64/interrupt.c#15 (text+ko) ==== @@ -405,7 +405,7 @@ if (i->cntp) atomic_add_long(i->cntp, 1); - res = handle_intr(i->event, frame, intr_eoi_src, + res = intr_event_handle(i->event, frame, intr_eoi_src, intr_disab_eoi_src_stub, (void *)vector); switch (res) { case 0: ==== //depot/projects/soc2006/intr_filter/kern/kern_intr.c#27 (text+ko) ==== @@ -1006,7 +1006,7 @@ * o EINVAL: stray interrupt. */ int -handle_intr(struct intr_event *ie, struct trapframe *frame, +intr_event_handle(struct intr_event *ie, struct trapframe *frame, void (*intr_eoi_src)(void *), void (*intr_disab_eoi_src)(void *), void *arg) { ==== //depot/projects/soc2006/intr_filter/powerpc/powerpc/intr_machdep.c#21 (text+ko) ==== @@ -289,7 +289,7 @@ ie = i->event; KASSERT(ie != NULL, ("%s: interrupt without an event", __func__)); - res = handle_intr(ie, NULL, intr_eoi_src, + res = intr_event_handle(ie, NULL, intr_eoi_src, intr_disab_eoi_src_stub, (void *)irq); switch(res) { case 0: ==== //depot/projects/soc2006/intr_filter/sparc64/sparc64/intr_machdep.c#15 (text+ko) ==== @@ -272,7 +272,7 @@ iv = cookie; ie = iv->iv_event; - res = handle_intr(ie, NULL, intr_eoi_src_stub, + res = intr_event_handle(ie, NULL, intr_eoi_src_stub, intr_disab_eoi_src_stub, NULL); switch (res) { case 0: ==== //depot/projects/soc2006/intr_filter/sys/interrupt.h#12 (text+ko) ==== @@ -119,7 +119,7 @@ void stray_detection(void *_arg); void intr_eoi_src_stub(void *arg __unused); void intr_disab_eoi_src_stub(void *arg __unused); -int handle_intr(struct intr_event *ie, struct trapframe *frame, +int intr_event_handle(struct intr_event *ie, struct trapframe *frame, void (*intr_eoi_src)(void *), void (*intr_disab_eoi_src)(void *), void *arg); u_char intr_priority(enum intr_type flags);