[haiku-commits] BRANCH tqh-github.efi [b6a465d] src/system/boot/platform/efi

  • From: tqh-github.efi <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 16 Mar 2014 19:31:24 +0100 (CET)

added 1 changeset to branch 'refs/remotes/tqh-github/efi'
old head: bd53e29e954101b80151401a7aeaeaa993a76945
new head: b6a465d44ced8f19ab6c5c4d36eef65f40156df6
overview: https://github.com/tqh/haiku/compare/bd53e29...b6a465d

----------------------------------------------------------------------------

b6a465d: Missed to remove clearBSS() function in previous commit.

                         [ Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx> ]

----------------------------------------------------------------------------

Commit:      b6a465d44ced8f19ab6c5c4d36eef65f40156df6
Author:      Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx>
Date:        Sun Mar 16 18:30:04 2014 UTC

----------------------------------------------------------------------------

1 file changed, 7 deletions(-)
src/system/boot/platform/efi/start.cpp | 7 -------

----------------------------------------------------------------------------

diff --git a/src/system/boot/platform/efi/start.cpp 
b/src/system/boot/platform/efi/start.cpp
index 4bf73cb..a08d314 100644
--- a/src/system/boot/platform/efi/start.cpp
+++ b/src/system/boot/platform/efi/start.cpp
@@ -44,13 +44,6 @@ extern "C" void _start(void);
 
 
 static void
-clear_bss(void)
-{
-       memset(&__bss_start, 0, &_end - &__bss_start);
-}
-
-
-static void
 call_ctors(void)
 {
        void (**f)(void);


Other related posts:

  • » [haiku-commits] BRANCH tqh-github.efi [b6a465d] src/system/boot/platform/efi - tqh-github . efi