Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374977
b: refs/heads/master
c: b06c14e
h: refs/heads/master
i:
  374975: e2cd586
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed May 9, 2013
1 parent c3def00 commit 5360469
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: 5e44fd012bf3366e3a4c73a06f63756f92d39f06
refs/heads/master: b06c14e5c11a7e3fb9b4d94bb83847bf1fbbdaa3
1 change: 1 addition & 0 deletions trunk/arch/xtensa/kernel/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ _F(void, power_off, (void), { while(1); });
_F(void, idle, (void), { __asm__ __volatile__ ("waiti 0" ::: "memory"); });
_F(void, heartbeat, (void), { });
_F(int, pcibios_fixup, (void), { return 0; });
_F(void, pcibios_init, (void), { });

#ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT
_F(void, calibrate_ccount, (void),
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/xtensa/platforms/iss/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ void __init platform_init(bp_tag_t* bootparam)

}

#ifdef CONFIG_PCI
void platform_pcibios_init(void)
{
}
#endif

void platform_halt(void)
{
pr_info(" ** Called platform_halt() **\n");
Expand Down

0 comments on commit 5360469

Please sign in to comment.