Add kstack_top variable

This commit is contained in:
scole 2017-04-08 17:45:22 +00:00
parent 129bb721c8
commit 3e92b4dd37
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.6 2014/06/20 12:41:34 joerg Exp $ */
/* $NetBSD: locore.S,v 1.7 2017/04/08 17:45:22 scole Exp $ */
/*-
* Copyright (c) 1998 Doug Rabson
@ -31,18 +31,18 @@
#include "opt_multiprocessor.h"
#include <machine/asm.h>
#include <machine/ia64_cpu.h>
#include <machine/pte.h>
#include <machine/elf_machdep.h>
#include <sys/syscall.h>
#include "assym.h"
.section .data.proc0,"aw"
.global kstack
.align PAGE_SIZE
.global kstack
kstack: .space KSTACK_PAGES * PAGE_SIZE
.global kstack_top
kstack_top:
.text
/*