From owner-p4-projects@FreeBSD.ORG Fri Mar 9 11:56:01 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 100CA16A406; Fri, 9 Mar 2007 11:56:01 +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 D220316A401 for ; Fri, 9 Mar 2007 11:56:00 +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 BA39213C47E for ; Fri, 9 Mar 2007 11:56:00 +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 l29Bu0aK019601 for ; Fri, 9 Mar 2007 11:56:00 GMT (envelope-from piso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l29Bu03V019593 for perforce@freebsd.org; Fri, 9 Mar 2007 11:56:00 GMT (envelope-from piso@freebsd.org) Date: Fri, 9 Mar 2007 11:56:00 GMT Message-Id: <200703091156.l29Bu03V019593@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 115593 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: Fri, 09 Mar 2007 11:56:01 -0000 http://perforce.freebsd.org/chv.cgi?CH=115593 Change 115593 by piso@piso_newluxor on 2007/03/09 11:55:59 Remove inclusion of sys/limits.h and expand IA64_NUMI as we don't need it in more than one place. Affected files ... .. //depot/projects/soc2006/intr_filter/ia64/ia64/interrupt.c#25 edit Differences ... ==== //depot/projects/soc2006/intr_filter/ia64/ia64/interrupt.c#25 (text+ko) ==== @@ -43,7 +43,6 @@ #include #include #include -#include #include #include #include @@ -257,9 +256,8 @@ volatile long *cntp; /* interrupt counter */ }; -#define IA64_NUMI 256 static struct mtx ia64_intrs_lock; -static struct ia64_intr *ia64_intrs[IA64_NUMI]; +static struct ia64_intr *ia64_intrs[256]; extern struct sapic *ia64_sapics[]; extern int ia64_sapic_count;