. arch/arm/lib/cache-cp15.c

1    void icache_enable(void)
2    {
3            cache_enable(CR_I);
4    }
  • 3번 줄의 cache_enable(CR_I)를 실행합니다.

results matching ""

    No results matching ""