Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190855
b: refs/heads/master
c: a5e48b8
h: refs/heads/master
i:
  190853: 3a2abf8
  190851: 82df384
  190847: 782c7d7
v: v3
  • Loading branch information
Michal Simek committed May 14, 2010
1 parent 17c09cf commit 959f906
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b
refs/heads/master: a5e48b88da225580394f825ffe67e444b050074b
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/string.h>

#include <asm/pgtable.h>
#include <asm/cacheflush.h>

void *module_alloc(unsigned long size)
{
Expand Down Expand Up @@ -151,6 +152,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
struct module *module)
{
flush_dcache();
return 0;
}

Expand Down

0 comments on commit 959f906

Please sign in to comment.