Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83842
b: refs/heads/master
c: 1e4f295
h: refs/heads/master
v: v3
  • Loading branch information
Ken'ichi Ohmichi authored and Linus Torvalds committed Feb 7, 2008
1 parent a608776 commit f2c5e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c76f860c44357f560a763d2894e95464cab7b159
refs/heads/master: 1e4f2955433231b4b02dc4a9eb5d4d403a8680e1
2 changes: 1 addition & 1 deletion trunk/include/linux/kexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ unsigned long paddr_vmcoreinfo_note(void);
(unsigned long)sizeof(struct name))
#define VMCOREINFO_OFFSET(name, field) \
vmcoreinfo_append_str("OFFSET(%s.%s)=%lu\n", #name, #field, \
(unsigned long)&(((struct name *)0)->field))
(unsigned long)offsetof(struct name, field))
#define VMCOREINFO_LENGTH(name, value) \
vmcoreinfo_append_str("LENGTH(%s)=%lu\n", #name, (unsigned long)value)
#define VMCOREINFO_NUMBER(name) \
Expand Down

0 comments on commit f2c5e8b

Please sign in to comment.