Deleted Added
full compact
locore.S (174599) locore.S (176617)
1/* $FreeBSD: head/sys/powerpc/aim/locore.S 174599 2007-12-14 22:39:35Z marcel $ */
1/* $FreeBSD: head/sys/powerpc/aim/locore.S 176617 2008-02-27 00:03:23Z marcel $ */
2/* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */
3
4/*-
5 * Copyright (C) 2001 Benno Rice
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 57 unchanged lines hidden (view full) ---

67#include <machine/psl.h>
68#include <machine/asm.h>
69
70/* Locate the per-CPU data structure */
71#define GET_CPUINFO(r) \
72 mfsprg0 r
73
74/*
2/* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */
3
4/*-
5 * Copyright (C) 2001 Benno Rice
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 57 unchanged lines hidden (view full) ---

67#include <machine/psl.h>
68#include <machine/asm.h>
69
70/* Locate the per-CPU data structure */
71#define GET_CPUINFO(r) \
72 mfsprg0 r
73
74/*
75 * Compiled KERNBASE location and the kernel load address
76 */
77 .globl kernbase
78 .set kernbase, KERNBASE
79
80/*
75 * Globals
76 */
77 .data
78GLOBAL(tmpstk)
79 .space 8208
80GLOBAL(esym)
81 .long 0 /* end of symbol table */
82

--- 126 unchanged lines hidden ---
81 * Globals
82 */
83 .data
84GLOBAL(tmpstk)
85 .space 8208
86GLOBAL(esym)
87 .long 0 /* end of symbol table */
88

--- 126 unchanged lines hidden ---