Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106075443
D25111.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
D25111.diff
View Options
Index: head/stand/efi/gptboot/proto.c
===================================================================
--- head/stand/efi/gptboot/proto.c
+++ head/stand/efi/gptboot/proto.c
@@ -42,7 +42,7 @@
#include "gpt.h"
#include <sys/gpt.h>
static const uuid_t freebsd_ufs_uuid = GPT_ENT_TYPE_FREEBSD_UFS;
-static char secbuf[4096];
+static char secbuf[4096] __aligned(4096);
static struct dsk dsk;
static dev_info_t *devices = NULL;
static dev_info_t *raw_device = NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 11:47 PM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15599635
Default Alt Text
D25111.diff (469 B)
Attached To
Mode
D25111: gptboot.efi: align secbuf to 4K
Attached
Detach File
Event Timeline
Log In to Comment