Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 655a3e62 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent 8394c0f4
No related merge requests found
#!/bin/sh
#!/bin/sh -e
#
# Copyright (c) 2009-2015 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2009-2016 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.14.70 Kernel Configuration
# Linux/arm 3.14.71 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_MIGHT_HAVE_PCI=y
......
From 9900abbc2633e0bba6ba707692e2fcbc466931bf Mon Sep 17 00:00:00 2001
From e2dabf9de8cd68e8c28bc280d5e3e0ed04294a1c Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 23 May 2016 10:15:41 -0500
Date: Mon, 6 Jun 2016 11:57:40 -0500
Subject: [PATCH] merge: CONFIG_PREEMPT_RT Patch Set
 
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
......@@ -24587,7 +24587,7 @@ index 0000000..b6c1d14
+
+device_initcall(latency_hist_init);
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
index c798ed2..ac2155c 100644
index 0d3af0a..11b2ab1 100644
--- a/kernel/trace/ring_buffer.c
+++ b/kernel/trace/ring_buffer.c
@@ -1695,28 +1695,22 @@ int ring_buffer_resize(struct ring_buffer *buffer, unsigned long size,
......
......@@ -24,8 +24,8 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build
KERNEL_REL=3.14
KERNEL_TAG=${KERNEL_REL}.70
BUILD=${build_prefix}84
KERNEL_TAG=${KERNEL_REL}.71
BUILD=${build_prefix}84.1
kernel_rt=".65-rt68"
#v4.X-rcX + upto SHA
......@@ -38,7 +38,7 @@ BRANCH="${branch_prefix}${KERNEL_REL}${branch_postfix}"
DISTRO=cross
DEBARCH=armhf
ti_git_old_release="06e008755c37a6e5c572b30028243d75b8e69705"
ti_git_pre="06e008755c37a6e5c572b30028243d75b8e69705"
ti_git_post="f9127e54b4e91a917c125be5d6a78dd53c3c18f5"
ti_git_old_release="f9127e54b4e91a917c125be5d6a78dd53c3c18f5"
ti_git_pre="f9127e54b4e91a917c125be5d6a78dd53c3c18f5"
ti_git_post="e81dd7951513490103d7b8a290f99a4cf828aef7"
#
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment