Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24167
b: refs/heads/master
c: a54baa1
h: refs/heads/master
i:
  24165: f6e6d27
  24163: 9f7dbdc
  24159: 218491b
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 26, 2006
1 parent 434f7b1 commit eedffbe
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 3b9ed1a5d2d121f32d2cb4f2b05f1fc57c99c946
refs/heads/master: a54baa1487c51c8306dd6f457c1b5d5fcd539fff
2 changes: 2 additions & 0 deletions trunk/include/asm-generic/bitops/fls64.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _ASM_GENERIC_BITOPS_FLS64_H_
#define _ASM_GENERIC_BITOPS_FLS64_H_

#include <asm/types.h>

static inline int fls64(__u64 x)
{
__u32 h = x >> 32;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-generic/bitops/hweight.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_
#define _ASM_GENERIC_BITOPS_HWEIGHT_H_

#include <asm/types.h>

extern unsigned int hweight32(unsigned int w);
extern unsigned int hweight16(unsigned int w);
extern unsigned int hweight8(unsigned int w);
Expand Down

0 comments on commit eedffbe

Please sign in to comment.