Remove amd64_ platform prefix
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#ifndef _KERNEL_SYS_SPIN_H
|
||||
#define _KERNEL_SYS_SPIN_H
|
||||
|
||||
#if defined(__x86_64__)
|
||||
extern void amd64_spin (void);
|
||||
#define spin amd64_spin
|
||||
#endif
|
||||
void spin (void);
|
||||
|
||||
#endif // _KERNEL_SYS_SPIN_H
|
||||
|
||||
Reference in New Issue
Block a user