diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-18 22:08:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-18 22:08:06 +0000 |
commit | 04e2ac368b9751ac5e9dfb06ccdb2f7d70acceac (patch) | |
tree | a3cc9c25e3918d46deb8cdc06236be9e4d23f3f2 /sys | |
parent | aefad587fb3de10c7982bc9b97d75354bb61077f (diff) |
Bring back a kernel_text symbol, config -e needs it.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/mvme88k/locore.S b/sys/arch/mvme88k/mvme88k/locore.S index cce93535602..d5d04a65aa8 100644 --- a/sys/arch/mvme88k/mvme88k/locore.S +++ b/sys/arch/mvme88k/mvme88k/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.46 2005/12/11 21:45:31 miod Exp $ */ +/* $OpenBSD: locore.S,v 1.47 2006/04/18 22:08:05 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat. * Copyright (c) 1998 Steve Murphree, Jr. @@ -78,6 +78,7 @@ text GLOBAL(kernelstart) +GLOBAL(kernel_text) ASGLOBAL(start) /* * A few identical jump instructions to make sure the pipeline is |