forked from Imagelibrary/rtems
2008-05-22 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeUniverse.c: fixed compiler warning; moved struct attributes as directed by gcc warning.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-05-22 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* vmeUniverse/vmeUniverse.c: fixed compiler warning;
|
||||||
|
moved struct attributes as directed by gcc warning.
|
||||||
|
|
||||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* bootcard.c: Add capability for bootcard.c BSP Initialization
|
* bootcard.c: Add capability for bootcard.c BSP Initialization
|
||||||
|
|||||||
@@ -1563,8 +1563,9 @@ typedef struct VmeUniverseDmaListDescRec_ {
|
|||||||
LERegister1 dummy2;
|
LERegister1 dummy2;
|
||||||
LERegister1 dcpp;
|
LERegister1 dcpp;
|
||||||
LERegister1 dummy3;
|
LERegister1 dummy3;
|
||||||
} VmeUniverseDmaListDescRec
|
} __attribute__((aligned(32), __may_alias__))
|
||||||
__attribute__((aligned(32), __may_alias__));
|
VmeUniverseDmaListDescRec;
|
||||||
|
|
||||||
typedef VmeUniverseDmaListDescRec *VmeUniverseDmaListDesc;
|
typedef VmeUniverseDmaListDescRec *VmeUniverseDmaListDesc;
|
||||||
|
|
||||||
static void uni_desc_init (DmaDescriptor);
|
static void uni_desc_init (DmaDescriptor);
|
||||||
|
|||||||
Reference in New Issue
Block a user