Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 420 → Rev 421

/SPARTAN/trunk/arch/sparc64/boot/boot.S
1,5 → 1,5
#
# Copyright (C) 2005 Martin Decky
# Copyright (C) 2005 Jakub Jermar
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/SPARTAN/trunk/arch/sparc64/src/dummy.s
55,7 → 55,6
.global memsetb
.global page_arch_init
.global panic_printf
.global putchar
.global userspace
 
.global dummy
87,7 → 86,6
memsetb:
page_arch_init:
panic_printf:
putchar:
userspace:
 
 
/SPARTAN/trunk/arch/ppc32/include/arch.h
29,7 → 29,7
#ifndef __ppc32_ARCH_H__
#define __ppc32_ARCH_H__
 
#include <arch/drivers/ofw.h>
#include <genarch/firmware/ofw/ofw.h>
 
#ifdef early_mapping
#undef early_mapping
/SPARTAN/trunk/arch/ppc32/include/drivers/ofw.h
File deleted
/SPARTAN/trunk/arch/ppc32/Makefile.inc
29,5 → 29,4
src/arch/mm/frame.c \
src/arch/mm/memory_init.c \
src/arch/mm/page.c \
src/arch/drivers/ofw.c \
src/arch/fmath.c
/SPARTAN/trunk/arch/ppc32/src/mm/memory_init.c
27,7 → 27,7
*/
 
#include <arch/mm/memory_init.h>
#include <arch/drivers/ofw.h>
#include <genarch/firmware/ofw/ofw.h>
#include <panic.h>
 
#define MEMMAP_MAX_RECORDS 32
/SPARTAN/trunk/arch/ppc32/src/drivers/ofw.c
File deleted