Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107024
b: refs/heads/master
c: 204b885
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel authored and Linus Torvalds committed Jul 30, 2008
1 parent c3660ef commit 82980fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87547ee95d81ec0ee1503fcaf9c9594469bc2510
refs/heads/master: 204b885e7322656284626949e51f292fe61313fa
6 changes: 6 additions & 0 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ extern const char linux_proc_banner[];
*/
#define upper_32_bits(n) ((u32)(((n) >> 16) >> 16))

/**
* lower_32_bits - return bits 0-31 of a number
* @n: the number we're accessing
*/
#define lower_32_bits(n) ((u32)(n))

#define KERN_EMERG "<0>" /* system is unusable */
#define KERN_ALERT "<1>" /* action must be taken immediately */
#define KERN_CRIT "<2>" /* critical conditions */
Expand Down

0 comments on commit 82980fd

Please sign in to comment.