Fix fmt'ing error in comment from rev 1.22.
This commit is contained in:
parent
b97082ea7c
commit
ebd06ba809
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lock_stubs.S,v 1.23 2009/04/24 17:45:40 ad Exp $ */
|
||||
/* $NetBSD: lock_stubs.S,v 1.24 2010/04/07 11:16:30 pooka Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
|
||||
|
@ -30,12 +30,12 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Where possible we make * each routine fit into an assumed 64-byte cache
|
||||
* line. Please check * alignment with 'objdump -d' after making changes.
|
||||
* Where possible we make each routine fit into an assumed 64-byte cache
|
||||
* line. Please check alignment with 'objdump -d' after making changes.
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.23 2009/04/24 17:45:40 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.24 2010/04/07 11:16:30 pooka Exp $");
|
||||
|
||||
#include "opt_lockdebug.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue