Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/include ia64/efi.h: Fix whitespace. No functi...
details: https://anonhg.NetBSD.org/src/rev/4f03a83dc62e
branches: trunk
changeset: 369475:4f03a83dc62e
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Aug 20 09:40:22 2022 +0000
description:
ia64/efi.h: Fix whitespace. No functional change intended.
diffstat:
sys/arch/ia64/include/efi.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r e51ae4d60718 -r 4f03a83dc62e sys/arch/ia64/include/efi.h
--- a/sys/arch/ia64/include/efi.h Sat Aug 20 09:40:13 2022 +0000
+++ b/sys/arch/ia64/include/efi.h Sat Aug 20 09:40:22 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: efi.h,v 1.2 2022/08/20 09:09:06 riastradh Exp $ */
+/* $NetBSD: efi.h,v 1.3 2022/08/20 09:40:22 riastradh Exp $ */
/*-
* Copyright (c) 2004 Marcel Moolenaar
@@ -84,11 +84,11 @@
#define EFI_MD_ATTR_WP 0x0000000000001000UL
#define EFI_MD_ATTR_RP 0x0000000000002000UL
#define EFI_MD_ATTR_XP 0x0000000000004000UL
-#define EFI_MD_ATTR_NV 0x0000000000008000UL
+#define EFI_MD_ATTR_NV 0x0000000000008000UL
#define EFI_MD_ATTR_MORE_RELIABLE 0x0000000000010000UL
-#define EFI_MD_ATTR_RO 0x0000000000020000UL
-#define EFI_MD_ATTR_SP 0x0000000000040000UL
-#define EFI_MD_ATTR_CPU_CRYPTO 0x0000000000080000UL
+#define EFI_MD_ATTR_RO 0x0000000000020000UL
+#define EFI_MD_ATTR_SP 0x0000000000040000UL
+#define EFI_MD_ATTR_CPU_CRYPTO 0x0000000000080000UL
#define EFI_MD_ATTR_RT 0x8000000000000000UL
};
Home |
Main Index |
Thread Index |
Old Index