Add a FIXME

This commit is contained in:
Romain Goyet
2015-09-17 12:25:38 +02:00
parent 7e552707ca
commit 310d4d2f11

View File

@@ -13,6 +13,7 @@ extern char _bss_section_end_ram;
void enable_fpu() {
// http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/BABDBFBJ.html
CPACR |= (0xF << 20); // Set the bits 20-23 to enable CP10 and CP11 coprocessors
// FIXME: The pipeline should be flushed at this point
}
void abort() {