Skip to content

Commit

Permalink
fuck everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabbypenguin committed Sep 9, 2011
1 parent 7f75b1f commit 0eff569
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 17 deletions.
Binary file modified arch/arm/boot/compressed/vmlinux
Binary file not shown.
21 changes: 10 additions & 11 deletions arch/arm/mach-tegra/cpufreq.c
Expand Up @@ -62,16 +62,15 @@ extern atomic_t hotplug_policy;

/* Frequency table index must be sequential starting at 0 and
frequencies must be ascending*/
static struct cpufreq_frequency_table freq_table_1000[] = {
{ 0, 216000 },
{ 1, 312000 },
{ 2, 456000 },
{ 3, 608000 },
{ 4, 750000 },
{ 5, 816000 },
{ 6, 912000 },
{ 7, 1000000 },
{ 8, CPUFREQ_TABLE_END },
static struct cpufreq_frequency_table freq_table_1100[] = {
{ 0, 300000 },
{ 1, 500000 },
{ 2, 750000 },
{ 3, 900000 },
{ 4, 1000000 },
{ 5, 1100000 },
{ 6, CPUFREQ_TABLE_END },

};

static struct cpufreq_frequency_table freq_table_750[] = {
Expand Down Expand Up @@ -341,7 +340,7 @@ static int tegra_cpufreq_driver_init(struct cpufreq_policy *pol)
pol->cpuinfo.transition_latency = 0;

if (usage.MaxKHz >= 1000000)
freq_table = freq_table_1000;
freq_table = freq_table_1100;
else
freq_table = freq_table_750;
cpufreq_frequency_table_cpuinfo(pol, freq_table);
Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/nvodmcam.c
Expand Up @@ -27,7 +27,7 @@
#include <linux/mutex.h>
#include <linux/delay.h>
#include <linux/clk.h>
#include <../../arch/arm/mach-tegra/clock.h> /* for get_tegra_clock_by_name */
#include </home/david/Photon-Kernel/arch/arm/mach-tegra/clock.h> /* for get_tegra_clock_by_name */

#include <mach/nvodmcam.h>
#include <linux/nvodmcam.h>
Expand Down
2 changes: 1 addition & 1 deletion include/config/auto.conf
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.32.9
# Wed Sep 7 15:41:29 2011
# Thu Sep 8 19:59:42 2011
#
CONFIG_ANDROID=y
CONFIG_FRAME_WARN=1024
Expand Down
2 changes: 1 addition & 1 deletion include/config/kernel.release
@@ -1 +1 @@
2.6.32.9
2.6.32.9-g7f75b1f-dirty
2 changes: 1 addition & 1 deletion include/linux/autoconf.h
@@ -1,7 +1,7 @@
/*
* Automatically generated C config: don't edit
* Linux kernel version: 2.6.32.9
* Wed Sep 7 15:41:29 2011
* Thu Sep 8 19:59:42 2011
*/
#define AUTOCONF_INCLUDED
#define CONFIG_ANDROID 1
Expand Down
2 changes: 1 addition & 1 deletion include/linux/utsrelease.h
@@ -1 +1 @@
#define UTS_RELEASE "2.6.32.9"
#define UTS_RELEASE "2.6.32.9-g7f75b1f-dirty"
2 changes: 1 addition & 1 deletion maek-kernel.sh
Expand Up @@ -7,6 +7,6 @@ export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabi-
make clean
make oldconfig
KBUILD_BUILD_VERSION="Photon-Penguins_v0.0.2"
KBUILD_BUILD_VERSION="Photon-Penguins_v0.0.3-oc"
export KBUILD_BUILD_VERSION
make zImage

0 comments on commit 0eff569

Please sign in to comment.