mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL]
[HAL] Disable INIT_FUNCTION to see whether it's responsible for Qemu broken status. Some are complaining of unworking trunk since r49463. This will be reverted after tests. svn path=/trunk/; revision=49662
This commit is contained in:
parent
ebec2dd826
commit
3eb9ba0807
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#define PLACE_IN_SECTION(s) __attribute__((section (s)))
|
||||
#ifdef __GNUC__
|
||||
#define INIT_FUNCTION PLACE_IN_SECTION("init")
|
||||
#define INIT_FUNCTION
|
||||
#define PAGE_LOCKED_FUNCTION PLACE_IN_SECTION("pagelk")
|
||||
#define PAGE_UNLOCKED_FUNCTION PLACE_IN_SECTION("pagepo")
|
||||
#else
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
#define PLACE_IN_SECTION(s) __attribute__((section (s)))
|
||||
#ifdef __GNUC__
|
||||
#define INIT_FUNCTION PLACE_IN_SECTION("INIT")
|
||||
#define INIT_FUNCTION
|
||||
#define PAGE_LOCKED_FUNCTION PLACE_IN_SECTION("pagelk")
|
||||
#define PAGE_UNLOCKED_FUNCTION PLACE_IN_SECTION("pagepo")
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue