From owner-p4-projects Sun Dec 8 13:46:11 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C6E1C37B404; Sun, 8 Dec 2002 13:46:09 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B55537B401 for ; Sun, 8 Dec 2002 13:46:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1648643E4A for ; Sun, 8 Dec 2002 13:46:09 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB8LfVmV062537 for ; Sun, 8 Dec 2002 13:41:31 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB8LfVCM062534 for perforce@freebsd.org; Sun, 8 Dec 2002 13:41:31 -0800 (PST) Date: Sun, 8 Dec 2002 13:41:31 -0800 (PST) Message-Id: <200212082141.gB8LfVCM062534@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 22077 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=22077 Change 22077 by marcel@marcel_nfs on 2002/12/08 13:41:18 Suppress warning by casting the result of efi_get_table() before asigning to bi_hcdp. No functional change. Affected files ... .. //depot/projects/ia64/sys/boot/efi/libefi/bootinfo.c#9 edit Differences ... ==== //depot/projects/ia64/sys/boot/efi/libefi/bootinfo.c#9 (text+ko) ==== @@ -302,7 +302,7 @@ bi->bi_symtab = ssym; bi->bi_esymtab = esym; - bi->bi_hcdp = efi_get_table(&hcdp); /* Get the DIG64 HCDP table addr. */ + bi->bi_hcdp = (uint64_t)efi_get_table(&hcdp); /* DIG64 HCDP table addr. */ fpswa_init(&bi->bi_fpswa); /* find FPSWA interface */ /* find the last module in the chain */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message