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

« back to all changes in this revision

Viewing changes to drivers/edac/i82443bxgx_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:
203
203
                row_high_limit = ((u32) drbar << 23);
204
204
                /* find the DRAM Chip Select Base address and mask */
205
205
                debugf1("MC%d: %s: %s() Row=%d, "
206
 
                        "Boundry Address=%#0x, Last = %#0x\n",
 
206
                        "Boundary Address=%#0x, Last = %#0x\n",
207
207
                        mci->mc_idx, __FILE__, __func__, index, row_high_limit,
208
208
                        row_high_limit_last);
209
209
 
305
305
        i82443bxgx_init_csrows(mci, pdev, edac_mode, mtype);
306
306
 
307
307
        /* Many BIOSes don't clear error flags on boot, so do this
308
 
         * here, or we get "phantom" errors occuring at module-load
 
308
         * here, or we get "phantom" errors occurring at module-load
309
309
         * time. */
310
310
        pci_write_bits32(pdev, I82443BXGX_EAP,
311
311
                        (I82443BXGX_EAP_OFFSET_SBE |