-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen: Generate for 32-bit PowerPC
- Loading branch information
Showing
3 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h | ||
index cc9278867..3e8fce615 100644 | ||
--- a/sys/arch/powerpc/include/cpu.h | ||
+++ b/sys/arch/powerpc/include/cpu.h | ||
@@ -490,7 +490,7 @@ bool fix_unaligned(struct trapframe *, ksiginfo_t *); | ||
#endif /* PPC_OEA64_BRIDGE */ | ||
#endif | ||
|
||
-void __syncicache(void *, size_t); | ||
+// void __syncicache(void *, size_t); | ||
|
||
/* | ||
* CTL_MACHDEP definitions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters