From b76875232141bafd32f31d5298bca23b3e9aee46 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 20 Dec 2017 07:53:33 +0100 Subject: [PATCH] : Add comment that it is used in sys/boot (i386 code). --- sys/sys/disklabel32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/disklabel32.h b/sys/sys/disklabel32.h index a7a836ca66..49e452c1d9 100644 --- a/sys/sys/disklabel32.h +++ b/sys/sys/disklabel32.h @@ -52,7 +52,7 @@ */ /* XXX these should be defined per controller (or drive) elsewhere, not here! */ -#if defined(__i386__) || defined(__x86_64__) +#if defined(__i386__) /* used in sys/boot */ || defined(__x86_64__) #define LABELSECTOR32 1 /* sector containing label */ #define LABELOFFSET32 0 /* offset of label in sector */ #endif -- 2.11.4.GIT