Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
95d3a8cd
Commit
95d3a8cd
authored
Aug 06, 2010
by
Michal Simek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
microblaze: trivial: thread_info cleanup
Coding style cleanup. Signed-off-by:
Michal Simek
<
monstr@monstr.eu
>
parent
5f0cb3e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
arch/microblaze/include/asm/thread_info.h
arch/microblaze/include/asm/thread_info.h
+8
-8
No files found.
arch/microblaze/include/asm/thread_info.h
View file @
95d3a8cd
...
...
@@ -133,14 +133,14 @@ static inline struct thread_info *current_thread_info(void)
/* true if poll_idle() is polling TIF_NEED_RESCHED */
#define TIF_POLLING_NRFLAG 16
#define _TIF_SYSCALL_TRACE (1
<<
TIF_SYSCALL_TRACE)
#define _TIF_NOTIFY_RESUME (1
<<
TIF_NOTIFY_RESUME)
#define _TIF_SIGPENDING (1
<<
TIF_SIGPENDING)
#define _TIF_NEED_RESCHED (1
<<
TIF_NEED_RESCHED)
#define _TIF_SINGLESTEP (1
<<
TIF_SINGLESTEP)
#define _TIF_IRET (1
<<
TIF_IRET)
#define _TIF_POLLING_NRFLAG (1
<<
TIF_POLLING_NRFLAG)
#define _TIF_FREEZE (1
<<
TIF_FREEZE)
#define _TIF_SYSCALL_TRACE (1
<<
TIF_SYSCALL_TRACE)
#define _TIF_NOTIFY_RESUME (1
<<
TIF_NOTIFY_RESUME)
#define _TIF_SIGPENDING (1
<<
TIF_SIGPENDING)
#define _TIF_NEED_RESCHED (1
<<
TIF_NEED_RESCHED)
#define _TIF_SINGLESTEP (1
<<
TIF_SINGLESTEP)
#define _TIF_IRET (1
<<
TIF_IRET)
#define _TIF_POLLING_NRFLAG (1
<<
TIF_POLLING_NRFLAG)
#define _TIF_FREEZE (1
<<
TIF_FREEZE)
#define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
#define _TIF_SECCOMP (1 << TIF_SECCOMP)
#define _TIF_KERNEL_TRACE (1 << TIF_KERNEL_TRACE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment