This file contains hidden or 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
http://goldparser.org/grammars/files/COBOL-85.zip | |
{Pic Ch} = [xa9] + [bpz0*+-,] | |
{WS} = {Space} + {HT} + {NBSP} | |
PicString = PIC(TURE)? {WS}+ (IS {WS}+)? (CR|DB|[$s])? {Pic Ch}+ ( '('{Number}+')' )? ( [v.] {Pic Ch}+ ( '('{Number}+')' )? )? (CR|DB|[$s])? | |
| PIC(TURE)? {WS}+ (IS {WS}+)? '' {String Chars 1}* '' | |
| PIC(TURE)? {WS}+ (IS {WS}+)? '"' {String Chars 2}* '"' | |
This file contains hidden or 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
From ce755f926cb8b07360d264486509838408188d71 Mon Sep 17 00:00:00 2001 | |
From: "R. Lemos" <rslemos@gmail.com> | |
Date: Mon, 15 Apr 2013 23:26:53 -0300 | |
Subject: [PATCH 1/3] applies sprz319e 2.1 erratum | |
--- | |
arch/arm/mach-omap2/Kconfig | 23 ++++++++++ | |
arch/arm/mach-omap2/cclock3xxx_data.c | 16 +++++++ | |
arch/arm/mach-omap2/clkt_dpll.c | 78 +++++++++++++++++++++++++++++++++ | |
arch/arm/mach-omap2/clock.h | 4 ++ |
This file contains hidden or 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
diff --git a/Graphics_SDK/GFX_Linux_KM/services4/3rdparty/dc_omapfb3_linux/omaplfb_linux.c b/Graphics_SDK/GFX_Linux_KM/services4/3rdparty/dc_omapfb3_linux/omaplfb_linux.c | |
index 931ee41..3f870b1 100644 | |
--- a/Graphics_SDK/GFX_Linux_KM/services4/3rdparty/dc_omapfb3_linux/omaplfb_linux.c | |
+++ b/Graphics_SDK/GFX_Linux_KM/services4/3rdparty/dc_omapfb3_linux/omaplfb_linux.c | |
@@ -152,7 +152,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
MODULE_SUPPORTED_DEVICE(DEVNAME); | |
#if !defined(PVR_OMAPLFB_DRM_FB) | |
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)) | |
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0)) |