From 2de36ea65ea43eddeef985d9a017bf1930e61309 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 14 Aug 2007 09:06:54 +0000 Subject: linux-nokia800: fix patches --- .../fix_oprofile.patch | 357 ++------------------- 1 file changed, 30 insertions(+), 327 deletions(-) (limited to 'packages/linux/linux-nokia800-2.6.18-osso40') diff --git a/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch b/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch index 60004da5e9..c5849998d5 100644 --- a/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch +++ b/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch @@ -1,327 +1,30 @@ - - - - - - - - - -OpenedHand SVN Repository - log - poky: trunk/meta/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch - - - - -
- - - - - -
[poky] / trunk / meta / packages / linux / linux-nokia800-2.6.18-osso40 / fix_oprofile.patch - -
- -Project Root: - - -
- -
-
- -

poky: trunk/meta/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch

- -
- -No default branch - -
- - - - - - - -
- - - - - - - -Revision 1770 - - -(view) -(download) - - - - - -- [select for diffs] - - - - -
- -Added - -Wed May 23 15:22:08 2007 UTC (2 months, 3 weeks ago) by richard - - - - - - -
File length: 994 byte(s) - - - - - - - - - - -
linux-nokia800: Add oprofile mismatch workaround, update to osso40
- - - - - - -
-This form allows you to request diffs between any two revisions of -a file. You may select a symbolic revision name using the selection -box or you may type in a numeric name using the type-in text box. -

-

- - - - - - - - - - - - - - -
  -Diffs between - - - - -and - - - - -
  -Type of Diff should be a - - -
- - - - -
- -
- -Sort log by: - - -
- - -
- - - - +--- + arch/arm/oprofile/op_model_v6.c | 8 +------- + 1 file changed, 1 insertion(+), 7 deletions(-) + +Index: linux-g/arch/arm/oprofile/op_model_v6.c +=================================================================== +--- linux-g.orig/arch/arm/oprofile/op_model_v6.c 2006-11-08 12:18:41.000000000 +0000 ++++ linux-g/arch/arm/oprofile/op_model_v6.c 2007-05-23 14:11:19.000000000 +0100 +@@ -54,12 +54,6 @@ + #define EVT_DCACHE_MISS 0x0B + #define EVT_DCACE_WRITE_BACK 0x0C + #define EVT_PC_CHANGED 0x0D +-#define EVT_BCU_REQUEST 0x10 +-#define EVT_BCU_FULL 0x11 +-#define EVT_BCU_DRAIN 0x12 +-#define EVT_BCU_ECC_NO_ELOG 0x14 +-#define EVT_BCU_1_BIT_ERR 0x15 +-#define EVT_RMW 0x16 + /* EVT_CCNT is not hardware defined */ + #define EVT_CCNT 0xFE + #define EVT_UNUSED 0xFF +@@ -88,7 +82,7 @@ struct pmu_type { + static struct pmu_type pmu_parms[] = { + { + .id = PMU_ARM11, +- .name = "arm/arm11", ++ .name = "arm/armv6", + .num_counters = 3, + #ifdef CONFIG_ARCH_OMAP2 + .interrupt = 3, -- cgit 1.2.3-korg