forked from Sony-MSM8994-Dev/android_kernel_sony_msm8994
-
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.
Linux Kernel 3.10.3 compiles and runs (.rej cleaned up)
Applied: /LineageOS/android/kernel/sony/msm8994$ patch -p1 -R < /home/dj/Downloads/linuxkernelpatches/patch-3.10.3-4 Revert left out: 1) drivers/media/dvb-core/dmxdev.c - code completely different Change-Id: Ib6486e52a8dc7d561c6f15ab11bd53776e31a843
- Loading branch information
Showing
76 changed files
with
431 additions
and
837 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
VERSION = 3 | ||
PATCHLEVEL = 10 | ||
SUBLEVEL = 4 | ||
SUBLEVEL = 3 | ||
EXTRAVERSION = | ||
NAME = Unicycling Gorilla | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
* Copyright (C) 2008, 2009 Wind River Systems | ||
* written by Ralf Baechle <[email protected]> | ||
*/ | ||
#include <linux/compiler.h> | ||
#include <linux/init.h> | ||
#include <linux/kernel.h> | ||
#include <linux/console.h> | ||
|
@@ -713,7 +712,7 @@ void __init prom_init(void) | |
if (cvmx_read_csr(CVMX_L2D_FUS3) & (3ull << 34)) { | ||
pr_info("Skipping L2 locking due to reduced L2 cache size\n"); | ||
} else { | ||
uint32_t __maybe_unused ebase = read_c0_ebase() & 0x3ffff000; | ||
uint32_t ebase = read_c0_ebase() & 0x3ffff000; | ||
#ifdef CONFIG_CAVIUM_OCTEON_LOCK_L2_TLB | ||
/* TLB refill */ | ||
cvmx_l2c_lock_mem_region(ebase, 0x100); | ||
|
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
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
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
Oops, something went wrong.