Subversion Repositories HelenOS-historic

Rev

Rev 970 | Rev 1004 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 970 Rev 990
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <arch.h>
29
#include <arch.h>
30
#include <arch/console.h>
30
#include <arch/console.h>
31
 
-
 
-
 
31
#include <arch/drivers/cuda.h>
32
#include <arch/mm/memory_init.h>
32
#include <arch/mm/memory_init.h>
33
 
33
 
34
void arch_pre_mm_init(void)
34
void arch_pre_mm_init(void)
35
{
35
{
36
    ppc32_console_init();
36
    ppc32_console_init();
-
 
37
    cuda_init();
37
}
38
}
38
 
39
 
39
void arch_post_mm_init(void)
40
void arch_post_mm_init(void)
40
{
41
{
41
}
42
}