Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
96a388de5dc53a8b234b3fd41f3ae2cedc9ffd42
96a388de5dc53a8b234b3fd41f3ae2cedc9ffd42
Switch branch/tag
linux-davinci
include
asm-x86
spinlock.h
Find file
Normal view
History
Permalink
spinlock.h
86 Bytes
Edit
Web IDE
Newer
Older
i386/x86_64: move headers to include/asm-x86
Thomas Gleixner
committed
17 years ago
1
2
3
4
5
#ifdef CONFIG_X86_32
# include "spinlock_32.h"
#else
# include "spinlock_64.h"
#endif