Mercurial > ecos
diff packages/hal/powerpc/arch/current/src/vectors.S @ 149:52c99470ec11
Merge from eCos master repository on 2001-01-19-06:43:03-GMT
| author | jlarmour |
|---|---|
| date | Fri, 19 Jan 2001 07:37:45 +0000 |
| parents | 289bf90c6a9b |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/vectors.S +++ b/packages/hal/powerpc/arch/current/src/vectors.S @@ -23,7 +23,7 @@ # # The Initial Developer of the Original Code is Red Hat. # Portions created by Red Hat are -# Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +# Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. # All Rights Reserved. # ------------------------------------------- # @@ -378,12 +378,12 @@ 2: bl hal_enable_caches #endif // CYGHWR_HAL_POWERPC_ENABLE_MMU + # set up platform specific interrupt environment + bl hal_IRQ_init + # call c++ constructors bl cyg_hal_invoke_constructors - # set up platform specific interrupt environment - bl hal_IRQ_init - #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS bl initialize_stub #endif
