Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(554)

Issue 4627057: [google] fix kernel fdo booting issue

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by xur
Modified:
13 years, 9 months ago
Reviewers:
davidxl, Sharad Singhai
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/main/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M gcc/libgcov.c View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2
xur
This change removes the define of TARGET_VTABLE_USES_DESCRIPTORS in kernel fdo which causes kernel panic in ...
13 years, 9 months ago (2011-06-23 06:22:52 UTC) #1
Sharad Singhai
13 years, 9 months ago (2011-06-23 06:36:29 UTC) #2
Okay for google/main.

Sharad

On Wed, Jun 22, 2011 at 11:22 PM, Rong Xu <xur@google.com> wrote:
>
> This change removes the define of TARGET_VTABLE_USES_DESCRIPTORS in
> kernel fdo which causes kernel panic in indirect-call-profiling.
>
> Tested with 2.6.34 kernel. This change only affects kernel code.
>
> This is for google_main only.
>
> -Rong
>
> 2011-06-22   Rong Xu  <xur@google.com>
>
>        * gcc/libgcov.c: (TARGET_VTABLE_USES_DESCRIPTORS): Remove.
>
> Index: gcc/libgcov.c
> ===================================================================
> --- gcc/libgcov.c       (revision 175328)
> +++ gcc/libgcov.c       (working copy)
> @@ -36,7 +36,6 @@
>  # define L_gcov_average_profiler
>  # define L_gcov_ior_profiler
>
> -# define TARGET_VTABLE_USES_DESCRIPTORS 0
>  # define HAVE_CC_TLS 0
>  # define __GCOV_KERNEL__
>
>
> --
> This patch is available for review at http://codereview.appspot.com/4627057
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b