Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Whitespace.
details: https://anonhg.NetBSD.org/src/rev/9d445bdf69d8
branches: trunk
changeset: 782940:9d445bdf69d8
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Nov 27 20:32:58 2012 +0000
description:
Whitespace.
diffstat:
sys/arch/x86/x86/mpbios.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 605df8ed6b17 -r 9d445bdf69d8 sys/arch/x86/x86/mpbios.c
--- a/sys/arch/x86/x86/mpbios.c Tue Nov 27 20:15:55 2012 +0000
+++ b/sys/arch/x86/x86/mpbios.c Tue Nov 27 20:32:58 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mpbios.c,v 1.59 2012/10/17 21:35:38 dyoung Exp $ */
+/* $NetBSD: mpbios.c,v 1.60 2012/11/27 20:32:58 jakllsch Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpbios.c,v 1.59 2012/10/17 21:35:38 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpbios.c,v 1.60 2012/11/27 20:32:58 jakllsch Exp $");
#include "acpica.h"
#include "lapic.h"
@@ -1025,7 +1025,7 @@
aaa.apic_version = entry->apic_version;
aaa.apic_address = (paddr_t)entry->apic_address;
aaa.apic_vecbase = -1;
- aaa.flags = (mp_fps->mpfb2 & 0x80) ? IOAPIC_PICMODE : IOAPIC_VWIRE;
+ aaa.flags = (mp_fps->mpfb2 & 0x80) ? IOAPIC_PICMODE : IOAPIC_VWIRE;
locs[IOAPICBUSCF_APID] = aaa.apic_id;
config_found_sm_loc(self, "ioapicbus", locs, &aaa, mp_ioapicprint,
Home |
Main Index |
Thread Index |
Old Index