Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143167
b: refs/heads/master
c: 20375bf
h: refs/heads/master
i:
  143165: e7d4410
  143163: f8f597a
  143159: 5533ac5
  143151: 67e55d6
  143135: 40b5b2d
  143103: 4075168
v: v3
  • Loading branch information
Sam Ravnborg committed Apr 11, 2009
1 parent d75c88f commit 33c2371
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 5d7d18f5bc507b60d3d8967e2739d5e6ffdd630f
refs/heads/master: 20375bf82567b5fecd331048c6cc1fc292b67710
8 changes: 8 additions & 0 deletions trunk/Documentation/sparse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ sure that bitwise types don't get mixed up (little-endian vs big-endian
vs cpu-endian vs whatever), and there the constant "0" really _is_
special.

__bitwise__ - to be used for relatively compact stuff (gfp_t, etc.) that
is mostly warning-free and is supposed to stay that way. Warnings will
be generated without __CHECK_ENDIAN__.

__bitwise - noisy stuff; in particular, __le*/__be* are that. We really
don't want to drown in noise unless we'd explicitly asked for it.


Getting sparse
~~~~~~~~~~~~~~

Expand Down

0 comments on commit 33c2371

Please sign in to comment.