1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-03-15 14:06:05 +00:00

Merge pull request #781 from specialpointcentral/patch-1

Fix a typing error.
Incorrect function return data-type for `__startup_64` in linux_initialization_1.
s/log/long/
This commit is contained in:
Sebastian Fricke 2021-07-15 09:15:41 +02:00 committed by GitHub
commit 75a4d9a8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ After we sanitized CPU configuration, we call `__startup_64` function which is d
```
```C
unsigned log __head __startup_64(unsigned long physaddr,
unsigned long __head __startup_64(unsigned long physaddr,
struct boot_params *bp)
{
unsigned long load_delta, *p;