diff options
| author | leo <leo@NetBSD.org> | 2001-04-10 13:59:10 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 2001-04-10 13:59:10 +0000 |
| commit | dc0e725f9ded758bb0650d6cd6ad57700977dec2 (patch) | |
| tree | ba94fbb72a10a8a2f20223765a5887f396ae6267 /sys | |
| parent | 7d1452855c25e5996a8b79c952974b02098f4bc4 (diff) | |
full[tc]flush from GLOBAL -> ASLOCAL.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/atari/atari/locore.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/atari/locore.s b/sys/arch/atari/atari/locore.s index 9d874c87b61..fb46824639b 100644 --- a/sys/arch/atari/atari/locore.s +++ b/sys/arch/atari/atari/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.77 2001/03/17 20:56:31 leo Exp $ */ +/* $NetBSD: locore.s,v 1.78 2001/04/10 13:59:10 leo Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -1691,9 +1691,9 @@ L60bpe: .long 0 #endif #ifdef DEBUG -GLOBAL(fulltflush) +ASLOCAL(fulltflush) .long 0 -GLOBAL(fullcflush) +ASLOCAL(fullcflush) .long 0 GLOBAL(timebomb) .long 0 |
