Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169976
b: refs/heads/master
c: 9eaa192
h: refs/heads/master
v: v3
  • Loading branch information
Helight.Xu authored and H. Peter Anvin committed Nov 30, 2009
1 parent 20db373 commit 84132d4
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: 6dbfe5a57db3564adf7b2a65068e40f1b4a0d2db
refs/heads/master: 9eaa192d8988d621217a9e6071cd403fd6010496
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ EXPORT_SYMBOL(edd);
* from boot_params into a safe place.
*
*/
static inline void copy_edd(void)
static inline void __init copy_edd(void)
{
memcpy(edd.mbr_signature, boot_params.edd_mbr_sig_buffer,
sizeof(edd.mbr_signature));
Expand All @@ -256,7 +256,7 @@ static inline void copy_edd(void)
edd.edd_info_nr = boot_params.eddbuf_entries;
}
#else
static inline void copy_edd(void)
static inline void __init copy_edd(void)
{
}
#endif
Expand Down

0 comments on commit 84132d4

Please sign in to comment.