diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2023-01-06 10:28:27 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2023-01-06 10:28:27 +0000 |
| commit | 60e2ec70c71982b44452bf4816ef4ac58e6da213 (patch) | |
| tree | 11a0a5dbd362476743af3374c55f02dbe57395d1 /sys/arch/atari/include | |
| parent | df2fe19c1466739734a0c412be23bc385ca5db50 (diff) | |
TAB/spaces/indents cleanup.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 4 | ||||
| -rw-r--r-- | sys/arch/atari/include/pmap.h | 8 | ||||
| -rw-r--r-- | sys/arch/atari/include/vmparam.h | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h index 17cfa554fe5..3b31483bd4b 100644 --- a/sys/arch/atari/include/cpu.h +++ b/sys/arch/atari/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.73 2019/11/23 19:40:34 ad Exp $ */ +/* $NetBSD: cpu.h,v 1.74 2023/01/06 10:28:28 tsutsui Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -86,7 +86,7 @@ struct clockframe { * or after the current trap/syscall if in system mode. */ #define cpu_need_resched(ci,l,flags) do { \ - __USE(flags); \ + __USE(flags); \ setsoftast(); \ } while (/*CONSTCOND*/0) diff --git a/sys/arch/atari/include/pmap.h b/sys/arch/atari/include/pmap.h index ec60ba22bbc..5ec39fc4b7f 100644 --- a/sys/arch/atari/include/pmap.h +++ b/sys/arch/atari/include/pmap.h @@ -1,6 +1,6 @@ -/* $NetBSD: pmap.h,v 1.42 2022/04/21 21:31:11 andvar Exp $ */ +/* $NetBSD: pmap.h,v 1.43 2023/01/06 10:28:28 tsutsui Exp $ */ -/* +/* * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * @@ -35,7 +35,7 @@ * @(#)pmap.h 7.6 (Berkeley) 5/10/91 */ -/* +/* * Copyright (c) 1987 Carnegie-Mellon University * * This code is derived from software contributed to Berkeley by @@ -95,7 +95,7 @@ struct memseg { /* * Memory segment descriptors. * - boot_segs - * describes the segments obtained from the bootcode. + * describes the segments obtained from the bootcode. * - usable_segs * describes the segments available after system requirements are * subtracted (reserved pages, etc...). diff --git a/sys/arch/atari/include/vmparam.h b/sys/arch/atari/include/vmparam.h index d94379c538d..41b29ccb2b7 100644 --- a/sys/arch/atari/include/vmparam.h +++ b/sys/arch/atari/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.34 2020/02/01 19:41:49 tsutsui Exp $ */ +/* $NetBSD: vmparam.h,v 1.35 2023/01/06 10:28:28 tsutsui Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -112,12 +112,12 @@ #define __HAVE_PMAP_PHYSSEG -/* +/* * pmap-specific data stored in the vm_physmem[] array. - */ -struct pmap_physseg { + */ +struct pmap_physseg { struct pv_header *pvheader; /* pv table for this seg */ -}; +}; /* |
