Subversion Repositories HelenOS-historic

Rev

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

Rev 1304 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
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
 /** @addtogroup ppc32mm   
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#include <arch/boot/boot.h>
35
#include <arch/boot/boot.h>
30
#include <arch/mm/frame.h>
36
#include <arch/mm/frame.h>
31
#include <arch/mm/memory_init.h>
37
#include <arch/mm/memory_init.h>
32
#include <mm/frame.h>
38
#include <mm/frame.h>
33
#include <align.h>
39
#include <align.h>
Line 58... Line 64...
58
 
64
 
59
    /* First is exception vector, second is 'implementation specific', third and fourth is reserved */
65
    /* First is exception vector, second is 'implementation specific', third and fourth is reserved */
60
    frame_mark_unavailable(0, 4);
66
    frame_mark_unavailable(0, 4);
61
   
67
   
62
}
68
}
-
 
69
 
-
 
70
 /** @}
-
 
71
 */
-
 
72