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

« back to all changes in this revision

Viewing changes to drivers/edac/i5400_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:
33
33
/*
34
34
 * Alter this version for the I5400 module when modifications are made
35
35
 */
36
 
#define I5400_REVISION    " Ver: 1.0.0 " __DATE__
 
36
#define I5400_REVISION    " Ver: 1.0.0"
37
37
 
38
38
#define EDAC_MOD_STR      "i5400_edac"
39
39
 
648
648
                return;
649
649
        }
650
650
 
651
 
        /* Miscelaneous errors */
 
651
        /* Miscellaneous errors */
652
652
        errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name));
653
653
 
654
654
        branch = extract_fbdchan_indx(info->ferr_nf_fbd);
1240
1240
         * actual number of slots/dimms per channel, we thus utilize the
1241
1241
         * resource as specified by the chipset. Thus, we might have
1242
1242
         * have more DIMMs per channel than actually on the mobo, but this
1243
 
         * allows the driver to support upto the chipset max, without
 
1243
         * allows the driver to support up to the chipset max, without
1244
1244
         * some fancy mobo determination.
1245
1245
         */
1246
1246
        num_dimms_per_channel = MAX_DIMMS_PER_CHANNEL;