summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-09-24 04:40:28 +0000
committermarcel <marcel@FreeBSD.org>2004-09-24 04:40:28 +0000
commitff6d580efcaa4425f8939c9a6ec0da3977ec1d58 (patch)
tree7be167edf445a4f29778369a5f57678cd61dc3d0 /sys/boot/ia64
parent9048fc74e0d13f633a37f31e3d14697a0d4bdc64 (diff)
downloadFreeBSD-src-ff6d580efcaa4425f8939c9a6ec0da3977ec1d58.zip
FreeBSD-src-ff6d580efcaa4425f8939c9a6ec0da3977ec1d58.tar.gz
Replace misuse of NULL with 0UL.
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/ski/acpi_stub.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/ia64/ski/acpi_stub.c b/sys/boot/ia64/ski/acpi_stub.c
index 3e044e6..814ec23 100644
--- a/sys/boot/ia64/ski/acpi_stub.c
+++ b/sys/boot/ia64/ski/acpi_stub.c
@@ -144,7 +144,7 @@ struct {
"FBSD", /* ASL compiler Id. */
0 /* ASL revision. */
},
- NULL /* XXX APIC table address. */
+ 0UL /* XXX APIC table address. */
};
RSDP_DESCRIPTOR acpi_root = {
@@ -152,9 +152,9 @@ RSDP_DESCRIPTOR acpi_root = {
0, /* XXX checksum. */
"FBSD",
2, /* ACPI Rev 2.0. */
- NULL,
+ 0UL,
sizeof(xsdt), /* XSDT length. */
- NULL, /* XXX PA of XSDT. */
+ 0UL, /* XXX PA of XSDT. */
0, /* XXX Extended checksum. */
};
OpenPOWER on IntegriCloud