jnemeth
|
8b8caa1a52
|
more caddr_t -> void * fallout
|
2007-03-04 21:18:08 +00:00 |
|
degroote
|
dd86ba7231
|
Remove useless cast
Use NULL instead of (void*) 0
|
2007-03-04 21:17:54 +00:00 |
|
mrg
|
3a04ec414c
|
change an error message from:
Mutex error: sched_unlock_idle: sched_unlock_idle
to
Mutex error: sched_unlock_idle: sched_mutex not locked
|
2007-03-04 21:06:13 +00:00 |
|
ad
|
681b77eb72
|
lwp_userret: if the process is exiting, don't bother looking for signals.
|
2007-03-04 20:59:00 +00:00 |
|
liamjfoy
|
a461422cd5
|
Initialize protocol switch with structure initializers.
ok christos@
|
2007-03-04 20:17:05 +00:00 |
|
degroote
|
c252f603d0
|
Fix fallout from caddr_t changes
|
2007-03-04 19:54:48 +00:00 |
|
christos
|
06a8516672
|
Fix caddr_t fallout.
|
2007-03-04 19:21:55 +00:00 |
|
sketch
|
cbbf3374dd
|
Put unformatted firmware version output behind IWI_DEBUG
|
2007-03-04 19:14:25 +00:00 |
|
ad
|
7c39f19f69
|
Back out 1.199. It may be causing problems even on UP systems.
|
2007-03-04 18:00:28 +00:00 |
|
chris
|
282f3bfbc1
|
Fix caddr_t fallout for cats kernel builds.
|
2007-03-04 17:55:10 +00:00 |
|
yamt
|
45cdcb0e37
|
fix fallout from caddr_t changes.
|
2007-03-04 15:59:31 +00:00 |
|
yamt
|
348fa25c95
|
fix fallout from caddr_t changes.
|
2007-03-04 15:57:25 +00:00 |
|
yamt
|
18e17bd568
|
fix fallout from caddr_t changes.
|
2007-03-04 15:46:18 +00:00 |
|
yamt
|
731acd91f9
|
fix fallout from caddr_t changes.
|
2007-03-04 15:41:02 +00:00 |
|
yamt
|
d5bbe1373d
|
fix fallout from caddr_t changes.
|
2007-03-04 15:35:20 +00:00 |
|
yamt
|
5b23251544
|
fix fallout from caddr_t changes.
|
2007-03-04 15:17:20 +00:00 |
|
yamt
|
dd46610b9b
|
fix fallout from caddr_t changes.
XXX what "volatile caddr_t" in if_le_ioasic.c was for?
|
2007-03-04 15:17:06 +00:00 |
|
yamt
|
f1f5a2d411
|
fix fallout from caddr_t changes.
|
2007-03-04 15:05:24 +00:00 |
|
yamt
|
7f8abc50b4
|
fix fallout from caddr_t changes.
|
2007-03-04 14:53:09 +00:00 |
|
bjh21
|
5dbe04b416
|
Finally make cpufuncs work properly on acorn26, since something seems to be
using it. This entailed adding support for ARM2 and ARM2as, and allowing
for getting CPU IDs other than from CP15, since ARM2(as) doesn't have CP15.
|
2007-03-04 14:47:18 +00:00 |
|
yamt
|
65c9a0b32e
|
fix fallout from caddr_t changes.
|
2007-03-04 14:46:45 +00:00 |
|
yamt
|
91302730a6
|
fix fallout from caddr_t changes.
|
2007-03-04 14:36:11 +00:00 |
|
yamt
|
95ef0a2720
|
fix a fallout from caddr_t changes.
|
2007-03-04 14:33:57 +00:00 |
|
tsutsui
|
9584de92d9
|
Use (char *) casts.
Umm, vmmap on sun3/sun3x is vaddr_t, not (char *)...
|
2007-03-04 14:03:03 +00:00 |
|
tsutsui
|
6b6f21d112
|
Use (char *) on pointer arith.
|
2007-03-04 14:01:22 +00:00 |
|
tsutsui
|
a6dd0468f5
|
Use proper casts.
|
2007-03-04 14:00:54 +00:00 |
|
tsutsui
|
006ca42cab
|
Minor space nits.
|
2007-03-04 14:00:24 +00:00 |
|
tsutsui
|
bc8b643653
|
Add (char *) casts on pointer arith.
|
2007-03-04 13:59:47 +00:00 |
|
bjh21
|
d4eec8400b
|
Un-__P.
|
2007-03-04 13:42:51 +00:00 |
|
bjh21
|
6c6b1ee9b1
|
Strip ARM mapping symbols ($a etc) the same was as Makefile.arm does, so
as to make DDB's stack traces more useful. It might be better if acorn26
just used Makefile.arm, but one thing at a time.
|
2007-03-04 13:12:22 +00:00 |
|
tsutsui
|
abbae2fb20
|
- add missed '*'
- vmmap is (char *) in pmap_motorola.h
|
2007-03-04 12:49:41 +00:00 |
|
tsutsui
|
a4a1365daf
|
Remove an unnecessary cast and use (char *) on pointer arith.
|
2007-03-04 12:49:10 +00:00 |
|
tsutsui
|
6286e7e090
|
Use (uint8_t *) for framebuffer address.
|
2007-03-04 12:48:38 +00:00 |
|
tsutsui
|
59e2eba553
|
Use (char *) on pointer arith.
|
2007-03-04 12:33:32 +00:00 |
|
tsutsui
|
e0696f4b10
|
Add a proper cast to bus_dmamem_map(9) on mapping shared memory.
|
2007-03-04 12:31:29 +00:00 |
|
tsutsui
|
28eef664bd
|
Use (uint8_t *) for shared memory address.
|
2007-03-04 12:26:22 +00:00 |
|
tsutsui
|
81447cbc34
|
Use (char *) cast on pointer arith.
|
2007-03-04 12:24:58 +00:00 |
|
tsutsui
|
e2e037b261
|
Add (char *) cast on pointer arith.
|
2007-03-04 12:24:09 +00:00 |
|
bjh21
|
c58989c955
|
src/sys/arch/arm32 is long gone, so stop referring to it.
|
2007-03-04 12:08:58 +00:00 |
|
tsutsui
|
29c9f71f20
|
Use (char *) cast on pointer arith.
|
2007-03-04 12:06:16 +00:00 |
|
tsutsui
|
daeb14ee82
|
- add missed '*'
- vmmap is declared as (char *) in <m68k/pmap_motorola.h>
|
2007-03-04 12:03:48 +00:00 |
|
tsutsui
|
d5d72a7a81
|
Use appropriate casts.
|
2007-03-04 12:02:02 +00:00 |
|
tsutsui
|
8cb08f311c
|
Use (char *) on pointer arith.
XXX: these "params" variables seem unused.
|
2007-03-04 11:59:16 +00:00 |
|
tsutsui
|
543ff60bc5
|
Use (char *) on pointer arith.
|
2007-03-04 11:56:26 +00:00 |
|
tsutsui
|
2d4d66df69
|
Use appropriate temporary variables to handle pointer passed via (void *).
|
2007-03-04 11:55:04 +00:00 |
|
tsutsui
|
aa03d48a2b
|
- use (uint8_t *) for framebuffer address
- remove unneeded casts
- misc cosmetics
|
2007-03-04 11:53:21 +00:00 |
|
tsutsui
|
5726cfb524
|
- add missed '*'
- move extiobase decl into <machine/cpu.h>
|
2007-03-04 11:23:25 +00:00 |
|
tsutsui
|
e5f9539882
|
Use (char *) where pointer arith is required.
|
2007-03-04 11:18:25 +00:00 |
|
tsutsui
|
a58c189444
|
- don't forget to add * to all params
- use (char *) where pointer arith is required
|
2007-03-04 11:15:04 +00:00 |
|
tsutsui
|
f6f3edac05
|
Move declarations of CADDR1 and CADDR2 from m68k/pmap_motorola.c
to <m68k/pmap_motorola.h>.
|
2007-03-04 11:09:39 +00:00 |
|