Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62195
b: refs/heads/master
c: 0b1937a
h: refs/heads/master
i:
  62193: 7469406
  62191: fab9718
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jul 20, 2007
1 parent 4c0bb96 commit 61b59ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 03ce11048b3832f5f0c471ccdb3363a870a14ac1
refs/heads/master: 0b1937ac0ef1541c0ea44e6f81c33d2f59803957
4 changes: 2 additions & 2 deletions trunk/kernel/ksysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ KERNEL_ATTR_RO(kexec_crash_loaded);
/*
* Make /sys/kernel/notes give the raw contents of our kernel .notes section.
*/
extern const char __start_notes __attribute__((weak));
extern const char __stop_notes __attribute__((weak));
extern const void __start_notes __attribute__((weak));
extern const void __stop_notes __attribute__((weak));
#define notes_size (&__stop_notes - &__start_notes)

static ssize_t notes_read(struct kobject *kobj, struct bin_attribute *bin_attr,
Expand Down

0 comments on commit 61b59ac

Please sign in to comment.