diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-25 23:34:27 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-26 00:00:19 +0000 |
| commit | 429ba161fbe7db72bf9faa3c4eee8e61a7642aba (patch) | |
| tree | 553159f8741794dc6c264173a112e5f28a5853a6 /sys/powerpc/aim | |
| parent | f5a1c871e6a7c80a7646c2b95db9e98ec2b283a2 (diff) | |
Diffstat (limited to 'sys/powerpc/aim')
| -rw-r--r-- | sys/powerpc/aim/mp_cpudep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/mp_cpudep.c b/sys/powerpc/aim/mp_cpudep.c index cb3856cc4bf0..a91778fa09b7 100644 --- a/sys/powerpc/aim/mp_cpudep.c +++ b/sys/powerpc/aim/mp_cpudep.c @@ -306,7 +306,7 @@ cpudep_save_config(void *dummy) } void -cpudep_ap_setup() +cpudep_ap_setup(void) { #ifndef __powerpc64__ register_t reg; |
