Skip to content
Snippets Groups Projects
Commit e50769f4 authored by jlarmour's avatar jlarmour
Browse files

* include/basetype.h: Use 32-byte alignment

parent b7499ca9
No related branches found
No related tags found
No related merge requests found
2000-09-05 Jonathan Larmour <jlarmour@redhat.com>
* include/basetype.h: Use 32-byte alignment
2000-08-14 Jonathan Larmour <jlarmour@redhat.co.uk>
From Fabrice Gautier:
......
......@@ -54,6 +54,14 @@
//#define CYG_LABEL_NAME(_name_) _name_
//-----------------------------------------------------------------------------
// Override the alignment definitions from cyg_type.h. x86 requires
// 32 *byte* alignment because gcc sometimes tries to be clever with
// aligning things on cache lines.
#define CYGARC_ALIGNMENT 32
#define CYGARC_P2ALIGNMENT 5
//-----------------------------------------------------------------------------
// Define the standard variable sizes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment