radeon_hd: Fix non-gcc2 pragma statement
* I'll ping the linux radeon guys to see if we can get this adjustment made as we use stock atombios headers
This commit is contained in:
@@ -23,7 +23,9 @@
|
|||||||
#ifndef _PPTABLE_H
|
#ifndef _PPTABLE_H
|
||||||
#define _PPTABLE_H
|
#define _PPTABLE_H
|
||||||
|
|
||||||
#pragma pack(push, 1)
|
// Haiku GCC2 fix
|
||||||
|
//#pragma pack(push, 1)
|
||||||
|
#pragma pack(1)
|
||||||
|
|
||||||
typedef struct _ATOM_PPLIB_THERMALCONTROLLER
|
typedef struct _ATOM_PPLIB_THERMALCONTROLLER
|
||||||
|
|
||||||
@@ -677,6 +679,9 @@ typedef struct _ATOM_PPLIB_PPM_Table
|
|||||||
ULONG ulTjmax;
|
ULONG ulTjmax;
|
||||||
} ATOM_PPLIB_PPM_Table;
|
} ATOM_PPLIB_PPM_Table;
|
||||||
|
|
||||||
#pragma pack(pop)
|
// Haiku GCC2 fix
|
||||||
|
//#pragma pack(pop)
|
||||||
|
#pragma pack()
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user