Remove unnecessary #define.

This commit is contained in:
Warner Losh 2008-04-03 06:07:45 +00:00
parent 6d5a24c513
commit e5a11098e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177873

View File

@ -312,7 +312,6 @@ initarm(void *arg, void *arg2)
pcpu_init(pcpup, 0, sizeof(struct pcpu));
PCPU_SET(curthread, &thread0);
#define KERNEL_TEXT_BASE (KERNBASE)
freemempos = (lastaddr + PAGE_MASK) & ~PAGE_MASK;
/* Define a macro to simplify memory allocation */
#define valloc_pages(var, np) \