Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/dev White space
details: https://anonhg.NetBSD.org/src/rev/e054cfddcd21
branches: trunk
changeset: 769395:e054cfddcd21
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Sep 08 12:08:13 2011 +0000
description:
White space
diffstat:
sys/arch/usermode/dev/cpu.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 49469aa4dec6 -r e054cfddcd21 sys/arch/usermode/dev/cpu.c
--- a/sys/arch/usermode/dev/cpu.c Thu Sep 08 12:01:22 2011 +0000
+++ b/sys/arch/usermode/dev/cpu.c Thu Sep 08 12:08:13 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.35 2011/09/08 12:01:22 reinoud Exp $ */
+/* $NetBSD: cpu.c,v 1.36 2011/09/08 12:08:13 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
#include "opt_cpu.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.35 2011/09/08 12:01:22 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.36 2011/09/08 12:08:13 reinoud Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -339,7 +339,6 @@
pcb2->pcb_syscall_ucp.uc_stack.ss_sp =
((uint8_t *) pcb2->pcb_syscall_ucp.uc_stack.ss_sp) - 4;
pcb2->pcb_syscall_ucp.uc_stack.ss_size = 0;
-
thunk_makecontext_1(&pcb2->pcb_syscall_ucp, (void (*)(void)) syscall,
l2);
}
@@ -352,7 +351,6 @@
void
cpu_startup(void)
{
-
msgbuf = thunk_malloc(PAGE_SIZE);
if (msgbuf == NULL)
panic("couldn't allocate msgbuf");
Home |
Main Index |
Thread Index |
Old Index