Skip to content

Commit

Permalink
Commit2
Browse files Browse the repository at this point in the history
  • Loading branch information
VexedUXR committed Dec 1, 2024
1 parent f2197dd commit 660721a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/powerpc/booke/booke_machdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ uintptr_t powerpc_init(vm_offset_t fdt, vm_offset_t, vm_offset_t, void *mdp,
uint32_t mdp_cookie);
void booke_cpu_init(void);

extern int test;

Check failure on line 208 in sys/powerpc/booke/booke_machdep.c

View workflow job for this annotation

GitHub Actions / Style Checker

externs should be avoided in .c files

void
booke_cpu_init(void)
{

Check warning on line 212 in sys/powerpc/booke/booke_machdep.c

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
Expand Down

0 comments on commit 660721a

Please sign in to comment.