Deleted Added
full compact
locore.S (132570) locore.S (133862)
1/* $FreeBSD: head/sys/powerpc/aim/locore.S 132570 2004-07-23 05:31:14Z grehan $ */
1/* $FreeBSD: head/sys/powerpc/aim/locore.S 133862 2004-08-16 15:45:27Z marius $ */
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

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

97GLOBAL(eintrcnt)
98
99/*
100 * File-scope for locore.S
101 */
102idle_u:
103 .long 0 /* fake uarea during idle after exit */
104openfirmware_entry:
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

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

97GLOBAL(eintrcnt)
98
99/*
100 * File-scope for locore.S
101 */
102idle_u:
103 .long 0 /* fake uarea during idle after exit */
104openfirmware_entry:
105 .long 0 /* openfirmware entry point */
105 .long 0 /* Open Firmware entry point */
106srsave:
107 .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
108
109/*
110 * This symbol is here for the benefit of kvm_mkdb, and is supposed to
111 * mark the start of kernel text.
112 */
113 .text

--- 86 unchanged lines hidden ---
106srsave:
107 .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
108
109/*
110 * This symbol is here for the benefit of kvm_mkdb, and is supposed to
111 * mark the start of kernel text.
112 */
113 .text

--- 86 unchanged lines hidden ---