Deleted Added
full compact
locore32.S (237737) locore32.S (242723)
1/* $FreeBSD: head/sys/powerpc/aim/locore32.S 237737 2012-06-29 01:55:20Z rpaulo $ */
1/* $FreeBSD: head/sys/powerpc/aim/locore32.S 242723 2012-11-07 23:45:09Z jhibbits $ */
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

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

60
61#include <sys/syscall.h>
62
63#include <machine/trap.h>
64#include <machine/param.h>
65#include <machine/spr.h>
66#include <machine/asm.h>
67
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

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

60
61#include <sys/syscall.h>
62
63#include <machine/trap.h>
64#include <machine/param.h>
65#include <machine/spr.h>
66#include <machine/asm.h>
67
68#include "opt_kdtrace.h"
69
68/* Locate the per-CPU data structure */
69#define GET_CPUINFO(r) \
70 mfsprg0 r
71
72/*
73 * Compiled KERNBASE location and the kernel load address
74 */
75 .globl kernbase

--- 133 unchanged lines hidden ---
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

--- 133 unchanged lines hidden ---