~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/edac/i7core_edac.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
/*
60
60
 * Alter this version for the module when modifications are made
61
61
 */
62
 
#define I7CORE_REVISION    " Ver: 1.0.0 " __DATE__
 
62
#define I7CORE_REVISION    " Ver: 1.0.0"
63
63
#define EDAC_MOD_STR      "i7core_edac"
64
64
 
65
65
/*
1772
1772
        /*
1773
1773
         * MCE first step: Copy all mce errors into a temporary buffer
1774
1774
         * We use a double buffering here, to reduce the risk of
1775
 
         * loosing an error.
 
1775
         * losing an error.
1776
1776
         */
1777
1777
        smp_rmb();
1778
1778
        count = (pvt->mce_out + MCE_LOG_LEN - pvt->mce_in)