Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/blame/commit/6ac77bc180fbd985988015020c2e2347e802959d/include/asm-um/system-ppc.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
#ifndef __UM_SYSTEM_PPC_H
|
|
|
|
#define __UM_SYSTEM_PPC_H
|
|
|
|
|
|
|
|
#define _switch_to _ppc_switch_to
|
|
|
|
|
|
|
|
#include "asm/arch/system.h"
|
|
|
|
|
|
|
|
#undef _switch_to
|
|
|
|
|
|
|
|
#include "asm/system-generic.h"
|
|
|
|
|
|
|
|
#endif
|