mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Add missing semicolon in smp/atomic.h
This commit is contained in:
parent
064f2b32fd
commit
94b5887f47
2 changed files with 1 additions and 2 deletions
|
@ -58,7 +58,6 @@ static char rcsid[] = "$Id$";
|
|||
#include <smp/atomic.h>
|
||||
#if defined(SMP)
|
||||
#include<arch/smp/mpspec.h>
|
||||
#include<arch/smp/atomic.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <arch/smp/atomic.h>
|
||||
#else
|
||||
|
||||
typedef struct { int counter } atomic_t;
|
||||
typedef struct { int counter; } atomic_t;
|
||||
#define ATOMIC_INIT(i) { (i) }
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue